https://github.com/note/minimal-lisp-interpreter
Minimal Lisp Interpreter written in Python
https://github.com/note/minimal-lisp-interpreter
Last synced: over 1 year ago
JSON representation
Minimal Lisp Interpreter written in Python
- Host: GitHub
- URL: https://github.com/note/minimal-lisp-interpreter
- Owner: note
- Created: 2012-01-06T17:24:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-05-13T22:43:37.000Z (about 14 years ago)
- Last Synced: 2025-01-12T09:27:11.919Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 164 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Lisp Minimal Interpreter
========================
Simple Common Lisp Interpreter. Only a small fraction of standard library is implemented.
### Usage
Type `./lisp_interpreter -h` for more details.
### Remarks
Identifiers preceded by double underscore "__" are reserved for internal usage of interpreter.