https://github.com/german/little_lisp
Clone of Mary Rose Cook's Little Lisp interpreter but written in Ruby instead of Javascript
https://github.com/german/little_lisp
Last synced: 11 months ago
JSON representation
Clone of Mary Rose Cook's Little Lisp interpreter but written in Ruby instead of Javascript
- Host: GitHub
- URL: https://github.com/german/little_lisp
- Owner: german
- Created: 2013-08-01T08:15:19.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-01T23:44:19.000Z (almost 13 years ago)
- Last Synced: 2024-04-14T09:08:41.443Z (over 2 years ago)
- Language: Ruby
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was intended to be a one-to-one clone of Mary Rose Cook's Little Lisp interpreter. Written in Ruby instead of Javascript though.
The original blog post with detailed explanations could be found here: http://maryrosecook.com/post/little-lisp-interpreter and the corresponding Ruby code is in the little_lisp_original.rb file.
However the main code diverged a little and could be found in little_lisp.rb file. Tests are written in RSpec and could be run from the command line by simply invoking `spec` command in the project's folder.