Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scribu/scheme.py
- Owner: scribu
- Created: 2012-08-21T18:31:44.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T13:12:15.000Z (about 7 years ago)
- Last Synced: 2024-10-02T08:41:57.367Z (about 1 month ago)
- Topics: python, scheme
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```