The LAC LISP Interpreter

LAC: LAC: an extensible LISP Library

Op.cit.

LAC is a LISP interpreter library. It can be linked in your program to provide an embedded LISP. Its goal is that of being simple, small, and easy to integrate.

The LAC language is a lexically scoped, single namespace LISP with tail call optimization. Its system library has been heavily inspired by LISP 1.5

For more information, please read LAC's manual online or dowload the PDF.

You can browse or clone the git repository containing the source code at git.tlbflush.org.