Librep

Revision as of 18:25, 17 June 2010 by rosettacode>EdK (Created page with '{{stub}} {{implementation|Lisp}} [http://librep.sourceforge.net/ librep] is a shared library implementing a Lisp dialect that is lightweight, reasonably fast, and highly extensi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

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.

Librep is an implementation of Lisp. Other implementations of Lisp.