ServerJS/Target Platforms

From MozillaWiki
< ServerJS
Revision as of 14:33, 8 February 2009 by Oxomoxo (talk | contribs) (→‎V8)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

There are four main open source JavaScript interpreters today: Rhino, Spidermonkey, v8 and JavaScriptCore. Our goal is that libraries and applications that use the APIs defined here (and nothing else platform specific) will run unmodified on all four of these interpreters.

http://developer.mozilla.org/en/SpiderMonkey

http://code.google.com/p/v8/

http://trac.webkit.org/wiki/SquirrelFish

http://www.mozilla.org/rhino/

Some other JS engines:

http://www.ejscript.org/

http://esxx.org/

http://en.wikipedia.org/wiki/List_of_JavaScript_engines

Code Volunteers

Rhino

Spidermonkey

V8

JavaScriptCore

Ejscript