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-02-28 20:22
0.90.5

A small, but major bugfix in the byte-compiler was made, so that defcustom-strings from compiled scripts now show up in SawfishConfig. The Debian and RPM packaging scripts have been improved. The headers are now installed in prefix/include/rep instead of prefix/include. The autotools stuff (configure, Makefile) has been reworked. The private implementations of dlmalloc, alloca, and memcmp have been dropped. Two new functions for getting the GID/UID of files and directories were added.
Tags: Stable, Lisp, lib, Sawfish

2002-07-11 21:47
0.16.1

Tags: Minor bugfixes

2002-03-25 00:31
0.15.2

Tags: Minor bugfixes

2001-01-30 15:13
0.12.4

Project Resources