Librep

From Rosetta Code
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Librep is an implementation of Lisp. Other implementations of Lisp.

librep is a shared library implementing a Lisp dialect that is lightweight, reasonably fast, and highly extensible. It contains an interpreter, byte-code compiler and virtual machine. Applications may use the interpreter as an extension language, or it may be used for standalone scripts.