A port of the lisp interpreter I did on synapticfailure to run with node.js.
commander for cli
npm install commander
REPL
node cli.js
Run test cases
node cli.js -t
Run commands from file
node cli.js -f /path/to/file
Example
node cli.js -f examples/hello.lisp