Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwinston/py-scheme
https://github.com/dwinston/py-scheme
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dwinston/py-scheme
- Owner: dwinston
- Created: 2014-10-10T06:55:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-16T00:11:17.000Z (about 10 years ago)
- Last Synced: 2024-11-29T11:14:08.726Z (about 1 month ago)
- Language: Python
- Size: 188 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scheme Interpreter
Implements an interpreter for a subset of Scheme, using Python, as specified [here](http://inst.eecs.berkeley.edu/~cs61a/fa13/proj/scheme/scheme.html).