In a deeply unoriginal fasion, this is an implementation of a small subset of the Scheme LISP dialect.
./bin/tinyJSScheme.js
Can be used as an AMD or CommonJS (node) package.
- CommonJS example: The console REPL in this repo.
- AMD example: see https://github.com/ljwall/tinyREPL.