0.0.8 • Published 9 years ago

lisp.js v0.0.8

Weekly downloads
34
License
-
Repository
github
Last release
9 years ago

Lisp.js

Inspired by Peter Norvig's Lisp.py, I take two days and wrote a tiny but powerful lisp interpreter in JavaScript.

I improved arithmetic operator to support multiple parameter calculations, such as (add 1 2 3 4), and added some syntax sugars like let, let*, cond, else, and and or.

Now it could interpret a Y combinator!

How to use

install:

# npm install lisp.js

start:

$ lispjs

Have fun!

Licenses

MIT

Github: Lisp.js

0.0.8

9 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago