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

https://github.com/catern/crow

A simple Lisp interpreter in C (pretty much useless!)
https://github.com/catern/crow

Last synced: over 1 year ago
JSON representation

A simple Lisp interpreter in C (pretty much useless!)

Awesome Lists containing this project

README

          

This is a simple Lisp interpreter. It's roughly a Scheme interpreter, although some planned features will make it much less Scheme-like.

Some default functions are defined in defaults.scm; these are loaded on interpreter startup.