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

https://github.com/bronzdoc/lispy

lisp implementation
https://github.com/bronzdoc/lispy

Last synced: 7 months ago
JSON representation

lisp implementation

Awesome Lists containing this project

README

          

## lispy
lisp implementation in c

# Usage

Build the repl: make

Start the repl: ./lispy

e.g lispy> + 3 4 will print 7