Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scribu/scheme.py

A demo Lisp interpreter, written in Python
https://github.com/scribu/scheme.py

python scheme

Last synced: 21 days ago
JSON representation

A demo Lisp interpreter, written in Python

Awesome Lists containing this project

README

        

# scheme.py

Like [Heist](https://github.com/jcoglan/heist), but in Python (and missing a lot of features).

### Usage

Evaluate a file:

```bash
python scheme.py examples/misc.scm
```

Open an interactive interpreter:

```bash
python scheme.py
```