Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robertostling/lisp1k

Interpreter for a minimal LISP-like language (in 1k lines of C)
https://github.com/robertostling/lisp1k

Last synced: 2 months ago
JSON representation

Interpreter for a minimal LISP-like language (in 1k lines of C)

Awesome Lists containing this project

README

        

# lisp1k
Interpreter for a minimal LISP-like language (in 1k lines of C)

## Quick start

To build and test the interpreter, just type:

make

./lisp