An open API service indexing awesome lists of open source software.

https://github.com/keyz/lambda.ly

A Scheme interpreter/lambda calculus reducer in JavaScript.
https://github.com/keyz/lambda.ly

Last synced: over 1 year ago
JSON representation

A Scheme interpreter/lambda calculus reducer in JavaScript.

Awesome Lists containing this project

README

          

lambda.ly
=========
A Scheme interpreter in JavaScript. Available at [http://lambda.ly](http://lambda.ly).

## TODO
1. ~~Rewrite the `eval` function to apply the substitution model of evaluation.~~
2. Cons cells/evaluation visualization.
3. A hygienic macro system.

## Credits
- [CodeMirror](http://codemirror.net/)
- [Underscore.js](http://underscorejs.org/)
- [Qunit](http://qunitjs.com/)
- [normalize.css](http://necolas.github.io/normalize.css/)
- [base16-codemirror](https://github.com/idleberg/base16-codemirror)

## License
MIT