Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 210 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 210 Bytes

Scheme implemented in CoffeeScript

Based on code from: http://norvig.com/lispy.html

To run tests: npm test

To start repl: npm start

To execute scheme code: coffee bin/scheme.coffee scm/sample1.scheme