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.

2011-09-19 03:09 Back to release list
0.92.1b

This release fixes a bug in librep.pc, which prevented compilation of rep-gtk and Sawfish. It fixes build failures on OS X 10.6, OS X 10.7, and if an old FFI is installed. Several missing symbols have been added to the symbol file. Compilation is allowed with makepp instead of GNU make. A 'position' meta-function has been added, and a few helpers imported from Sawfish.

Project Resources