Narcissus
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