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

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

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.