Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taiki45/practical-ruby-lisp
Lisp subset interpreter written by Ruby
https://github.com/taiki45/practical-ruby-lisp
Last synced: 13 days ago
JSON representation
Lisp subset interpreter written by Ruby
- Host: GitHub
- URL: https://github.com/taiki45/practical-ruby-lisp
- Owner: taiki45
- Created: 2013-07-14T08:55:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-14T09:12:22.000Z (over 11 years ago)
- Last Synced: 2024-10-02T09:21:20.249Z (about 2 months ago)
- Language: Ruby
- Size: 109 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
= A project for my practice =
== Goal ==
* Implement a Lisp subset
* Get used to BDD with RSpec and Cucumber