Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla/narcissus
INACTIVE - http://mzl.la/ghe-archive - The Narcissus meta-circular JavaScript interpreter
https://github.com/mozilla/narcissus
inactive unmaintained
Last synced: 6 days ago
JSON representation
INACTIVE - http://mzl.la/ghe-archive - The Narcissus meta-circular JavaScript interpreter
- Host: GitHub
- URL: https://github.com/mozilla/narcissus
- Owner: mozilla
- License: other
- Archived: true
- Created: 2010-10-08T17:54:34.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T03:38:35.000Z (over 5 years ago)
- Last Synced: 2024-05-22T18:31:04.326Z (6 months ago)
- Topics: inactive, unmaintained
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 910
- Watchers: 50
- Forks: 115
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - narcissus - circular JavaScript interpreter | mozilla | 880 | (JavaScript)
README
# Narcissus
Narcissus is a JavaScript interpreter written in pure JavaScript (i.e., a [meta-circular evaluator](http://en.wikipedia.org/wiki/Meta-circular_evaluator)), using the [SpiderMonkey](http://www.mozilla.org/js/spidermonkey/) engine.
Originally a proof-of-concept by [Brendan Eich](http://brendaneich.com/), Narcissus is being revived as a test-bed for rapidly prototyping new language features for the JavaScript language (as well as the ECMAScript standard).
# Documentation
Documentation can be found on the [Narcissus wiki](https://github.com/mozilla/narcissus/wiki).
# Contributors
* Tom Austin
* Brendan Eich
* Andreas Gal
* Shu-yu Guo
* Dave Herman
* Bruno Jouhier
* Gregor Richards
* Dimitris Vardoulakis
* Patrick Walton