AjLispJs

Created: 2011-07-09 13:29
Updated: 2013-12-18 19:12
License: other

README.md

AjLispJs

Lisp interpreter written in Javascript.

Installation

Via npm on Node:

npm install ajlisp

Reference in your program:

var ajlisp = require('ajlisp');

Usage

TBD

Development

git clone git://github.com/ajlopez/AjLispJs.git
cd AjLispJs
npm install
npm test

Versions

  • 0.0.1: Published
  • 0.0.2: Under development in master

Posts

Contribution

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.

Cookies help us deliver our services. By using our services, you agree to our use of cookies Learn more