lisp.js
with inspiration from @maryrosecook's little lisp interpreter and norvig's lispy
don't use this for anything that matters pls
$ npm install --save brandly-lisp
usage
use it with node
var Lisp = ; var lisp = ;console;// => 4
or you can use it in a browser
or you can try it out online
development
$ npm install$ npm test
to build a standalone file for the browser
$ npm run browser