Narcissus: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(created)
 
(quick downloading instructions)
Line 3: Line 3:
Originally a proof-of-concept by Brendan Eich, Narcissus is being revived as a test-bed for rapidly prototyping new language features for the JavaScript language (and ECMAScript standard).
Originally a proof-of-concept by Brendan Eich, Narcissus is being revived as a test-bed for rapidly prototyping new language features for the JavaScript language (and ECMAScript standard).


== Downloading ==
Narcissus is included in the main SpiderMonkey source code tree. To download it, follow the instructions for [https://developer.mozilla.org/en/SpiderMonkey_Build_Documentation downloading and building the SpiderMonkey source], and run the "njs" script from the build directory.


== Contributors ==
== Contributors ==

Revision as of 23:06, 2 August 2010

Narcissus is a JavaScript interpreter written in pure JavaScript, using the SpiderMonkey engine.

Originally a proof-of-concept by Brendan Eich, Narcissus is being revived as a test-bed for rapidly prototyping new language features for the JavaScript language (and ECMAScript standard).

Downloading

Narcissus is included in the main SpiderMonkey source code tree. To download it, follow the instructions for downloading and building the SpiderMonkey source, and run the "njs" script from the build directory.

Contributors

  • Tom Austin
  • Brendan Eich
  • Andreas Gal
  • Shu-Yu Guo
  • Dave Herman
  • Dimitris Vardoulakis
  • Patrick Walton