Lisp interpreter written in Javascript.
Via npm on Node:
npm install ajlisp
Reference in your program:
var ajlisp = require('ajlisp');
TBD
git clone git://github.com/ajlopez/AjLispJs.git
cd AjLispJs
npm install
npm test
- 0.0.1: Published
- 0.0.2: Under development in master
- AjLisp in Javascript (Part 1) Atoms, Lists and TDD
- AjLisp in Javascript (Part 2) List Evaluation, Forms and Special Forms
Feel free to file issues and submit pull requests — contributions are welcome.
If you submit a pull request, please be sure to add or update corresponding
test cases, and ensure that npm test
continues to pass.