Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirang89/lispy
A Scheme interpreter written in Python
https://github.com/kirang89/lispy
Last synced: 7 days ago
JSON representation
A Scheme interpreter written in Python
- Host: GitHub
- URL: https://github.com/kirang89/lispy
- Owner: kirang89
- Created: 2015-05-26T22:02:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-30T01:12:01.000Z (over 9 years ago)
- Last Synced: 2024-04-16T18:23:09.452Z (7 months ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lispy - A Scheme interpreter written in Python
A scheme interpreter written in Python, derived from Peter Norvig's
implementation of [lispy](http://www.norvig.com/lispy.html).I'm just building on top of it, by adding a few enhancements and
tests.