Download List

Project Description

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. Rep was originally inspired by Emacs Lisp. However one of the main deficiencies of elisp--the reliance on dynamic scope--has been removed. Also, rep only has a single namespace for symbols.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-09-29 07:41 Back to release list
0.91.0

This release is ABI-incompatible with earlier versions, so you'll need to recompile everything built against librep. The uninstall rule has been fixed. backtrace-on-error, debug-on-error, and docstring support have been improved. There is a new function subr-structure; define-special-variable is replaced by defvar-setq. Major revision of the documentation.
Tags: Lisp, Stable, C

Project Resources