G
Garrett Smith
Launching the BESEN IDE...Bwig said:
alert(typeof Object); // undefined
I'm afraid that implementation is not yet ready.
Launching the BESEN IDE...Bwig said:
On reflection, the section seems a bit muddled (e.g. Whitebeam is not
an engine, it is a use of Mozilla's SpiderMonkey). If the intention is
to list some javascript engines and uses, perhaps that section should
be re-written to firstly link to details of the implementation, then
to some examples of its use, e.g.
WebKit SquirrelFish:http://trac.webkit.org/wiki/SquirrelFish
Used in the WebKit and Safari browsers, can also be used for
developing Dashboard Widgets
http://developer.apple.com/macosx/dashboard.html
(...)
8. Nitro - precursor to SquirrelFish
Garrett said:Launching the BESEN IDE...Bwig said:[...]Garrett said:Bwig Zomberi wrote:
Garrett Smith wrote:
Will you include BESEN?
http://besen.sourceforge.net/
alert(typeof Object); // undefined
I'm afraid that implementation is not yet ready.
Bwig said:Garrett said:Launching the BESEN IDE...Bwig said:Garrett Smith wrote:
Bwig Zomberi wrote:
Garrett Smith wrote:
[...]
Will you include BESEN?
http://besen.sourceforge.net/
alert(typeof Object); // undefined
I'm afraid that implementation is not yet ready.
Okay. Will you complete the Javascript Library Groups list and include
David Mark's? Right now only two are listed.
RobG said:
Not sure that section is useful. Prototype.js is just about dead, the
jQuery forum has moved to a different site and there are a number of
other "popular" libraries whose discussion forums aren't listed. Might
be best to say "search for a relevant group".
As in:-
| No javascript libraries are endorsed by this group. If you are looking
| for help using a library, visit that library's discussion group
| instead.
And just remove the links found at:
<http://www.jibbering.com/faq/#libraryResources>
?
The phrase "or ask in
I proposed quite some time ago something to the effect of: If you are
interested in discussing the design of such libraries, c.l.js is the
right place to do that.
I see it.
What about splitting that section into two:
Why not use something along the lines of "Embeddable/console-based
[run-time environments/Virtual Machines] for 'javascript'".
I'm guessing the main point here is to list VM's available for use
outside the browser right?
Rhino is a non-browser javascript implementation and it does not appear
in the FAQ resources under:
Non-Browser javascript Implementations
I think the link should be on the list:
<http://www.mozilla.org/rhino/>
Rhino is a non-browser javascript implementation and it does not appear
in the FAQ resources under:
Non-Browser javascript Implementations
I think the link should be on the list:
<http://www.mozilla.org/rhino/>
Why not use something along the lines of "Embeddable/console-based
[run-time environments/Virtual Machines] for 'javascript'".
I'm guessing the main point here is to list VM's available for use
outside the browser right?
RobG said:RobG said:RobG wrote: [...]
Javascript Library Groups (Google Groups)
Not sure that section is useful. Prototype.js is just about dead, the
jQuery forum has moved to a different site and there are a number of
other "popular" libraries whose discussion forums aren't listed. Might
be best to say "search for a relevant group".
As in:-
| No javascript libraries are endorsed by this group. If you are looking
| for help using a library, visit that library's discussion group
| instead.
And just remove the links found at:
<http://www.jibbering.com/faq/#libraryResources>
Yes, I think that would be best.
What I really meant was ask for directions to a suitable group, not
for help with a specific library. I think it would be useful though if
when users of libraries asked questions they were given a response
that answers their question without the use of the library. I think
that is far more useful that just chiding them for using a library
(where "library" means one of jQuery, Prototype, YUI or whatever).
[...]I see it.
What about splitting that section into two:
I think the problem with such a list is maintenance. The section on
browsers likely needs to be updated a couple of times a year, adding
other implementations increases the maintenance significantly with
little benefit (there aren't many questions about javascript outside
browsers).
How about a heading like "Using javascript without a browser", so the
use is categorised, not particular implementations. It can then
discuss how it can be used for server-side processing, Dashboard
widgets, script shell, etc. to avoid pigeon-holing those that fit into
more than one category.
But is JavaScript not just ECMAscript 262 with server side and client
side extensions, mainly around HTML handling?
A list of Standalone ECMAScript Implementations is what I had in mind.Dr said:In comp.lang.javascript message <e885d7b6-5b34-4217-9291-2fb593c25b6b@30
g2000yqi.googlegroups.com>, Tue, 13 Apr 2010 00:20:43, Sean Kinsey
Why not use something along the lines of "Embeddable/console-basedRhino is a non-browser javascript implementation and it does not appear
in the FAQ resources under:
Non-Browser javascript Implementations
I think the link should be on the list:
<http://www.mozilla.org/rhino/>
[run-time environments/Virtual Machines] for 'javascript'".
I'm guessing the main point here is to list VM's available for use
outside the browser right?
ECMA-type script engines can be classed as follows
Used in Web browsers
Used in Windows Script Host or similar
Used in others.
Some can appear in more than one of those.
Rhino is a non-browser javascript implementation and it does not appear
in the FAQ resources under:
Non-Browser javascript Implementations
Garrett said:[...]Dr said:In comp.lang.javascript message <e885d7b6-5b34-4217-9291-2fb593c25b6b@30
g2000yqi.googlegroups.com>, Tue, 13 Apr 2010 00:20:43, Sean Kinsey
However, why not add in a link to V8 an Spidermonkey?
<http://code.google.com/p/v8/>
<http://www.mozilla.org/js/spidermonkey/>
But then if that is done, the list of "Other ECMAScript Implementations"
separating the standalone implementations from the hodge-podge "other"
makes sense. That list would include Rhino, DMD, Spidermonkey, V8.
The link to FESI should be removed. It is an implementation of
ECMAScript edition 1.
Garrett said:Launching theBESENIDE...
alert(typeof Object); // undefined
Asen said:In which version you get that result? I use:
1.0.0.162
So they fixed it. I didn't play with it much beyond my initial tinkeringAnd I get expected result:
alert(typeof Object); // function
Garrett said:[...]
How much have you played with it? Have any formal tests been run on it?
Garrett said:| Win32 Scripting, Using Scripting to Automate Windows.
| http://cwashington.netreach.net/
If someone feels that the list should contain an item that is not
listed, and has experience using it. Otherwise, I will update the FAQ
with the above list.
Joe said:That cwashington site is closing down. I just got this message:
After 13 years of serving the scripting community with a completely FREE
site (no fees, donations, or ads) Win32Scripting is closing its doors.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.