https://github.com/squaremo/scheme-in-erl
Every day a new Scheme interpreter
https://github.com/squaremo/scheme-in-erl
Last synced: over 1 year ago
JSON representation
Every day a new Scheme interpreter
- Host: GitHub
- URL: https://github.com/squaremo/scheme-in-erl
- Owner: squaremo
- Created: 2013-12-09T18:08:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-09T13:04:40.000Z (over 12 years ago)
- Last Synced: 2025-01-25T05:41:13.461Z (over 1 year ago)
- Language: Erlang
- Size: 184 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
More messing about, this time with Scheme interpreters in Erlang.
For fun times:
$ make
$ ./eval "(+ 1 1)"
and brace yourself.