lisp.js

0.0.8 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i lisp.js

Weekly Downloads

16

Version

0.0.8

License

none

Last publish

Collaborators

  • kraks