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

https://github.com/nirum/lispy

a toy lisp interpreter in python
https://github.com/nirum/lispy

Last synced: 10 months ago
JSON representation

a toy lisp interpreter in python

Awesome Lists containing this project

README

          

## A toy lisp interpreter (in python)

Based on [Peter Norvig's tutorial](http://norvig.com/lispy.html)

Usage:
```bash
$ python repl.py
```