Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crunkmaster/lisp

a simple lisp interpreter being implemented in C.
https://github.com/crunkmaster/lisp

Last synced: about 2 months ago
JSON representation

a simple lisp interpreter being implemented in C.

Awesome Lists containing this project

README

        

# Simple Lisp Interpreter

## That's pretty much it, this is just a simple lisp interpreter
It is written in C and right now only implements a few lisp functions:
car
cdr
cons
nullp
atomp
listp
equal (partially working, there are some bugs that need to be fixed)
there are plans to implement other functions, but it might take a while.
enjoy the lispy goodness!