Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.