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

https://github.com/volca02/lispy

A simple, incomplete, bug ridden lisp implementation
https://github.com/volca02/lispy

Last synced: 10 months ago
JSON representation

A simple, incomplete, bug ridden lisp implementation

Awesome Lists containing this project

README

          

LISPY
=====

A Simple, incomplete LISP implementation (header only, C++11).

Will need closures/lambdas and a few standard calls to start working as a general purpose language

Let's say the license is GPL, okay?

See also
--------
http://cse.csusb.edu/dick/samples/lisp.semantics.txt
https://code.google.com/p/atom/source/browse/trunk/libatom/Functions.cpp
http://howtowriteaprogram.blogspot.cz/2010/11/lisp-interpreter-in-90-lines-of-c.html