Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 394 Bytes

README.org

File metadata and controls

9 lines (7 loc) · 394 Bytes

Python Scheme Interpreter

Scheme interpreter in Python

This was a proof of concept for me, where I worked on implementing a subset of R5RS the Scheme specification. This work is based on the blog post by Peter Norvig which can be found here: http://norvig.com/lispy.html

To run use:

python calc.py