Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bronzdoc/lispy

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

Last synced: 10 days 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