https://github.com/davydovanton/rlisp
Simple scheme interpreter written on ruby
https://github.com/davydovanton/rlisp
Last synced: 6 months ago
JSON representation
Simple scheme interpreter written on ruby
- Host: GitHub
- URL: https://github.com/davydovanton/rlisp
- Owner: davydovanton
- Created: 2015-10-31T19:51:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T11:19:05.000Z (about 10 years ago)
- Last Synced: 2025-06-25T07:02:40.694Z (6 months ago)
- Language: Ruby
- Homepage: http://blog.davydovanton.com/2015/11/01/write-simple-scheme-interpreter-on-ruby/
- Size: 125 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RLisp
Simple lisp (scheme) compiler written on ruby