Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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
0.92.1b

Diese Version behebt einen Fehler in librep.pc, die Zusammenstellung von rep-gtk und Sawfish verhindert. Es behebt Build-Fehler auf OS X 10.6, OS X 10.7, und wenn ein alter FFI installiert ist. Mehrere fehlende Symbole haben, um das Symbol-Datei hinzugefügt. Compilation mit makepp statt GNU make erlaubt. A 'position' meta-Funktion wurde hinzugefügt, und ein paar Helfer aus Sawfish importiert.
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.

2011-05-04 06:15
0.92.0

Für zusätzliche Module, sind nun gemeinsame Objekte statt libtoo Archiv geladen. Die Architektur und die Version haben von der Installation Wege entfernt worden, und das stieß auf soname 16.0.0, damit alle Pakete Verknüpfung gegen librep müssen wieder aufgebaut werden. Verbesserte Paketverwaltung von Debian-Skripte.
Tags: Lisp, Stable
For extra modules, now shared objects are loaded rather than libtoo archives. The architecture and version have been removed from installation paths, and the soname bumped to 16.0.0, thus all packages linking against librep need to be rebuilt. Improved Debian packaging scripts.

2011-02-27 22:17
0.91.1

Das Modul "ffi.utils" wurde hinzugefügt, die Beihilfe enthält Funktionen im Umgang mit rep's FFI unverbindlich. Ein Build Problem wurde durch eine Verbesserung librep.pc behoben. Die Funktionen "function-name" und "-Haken entfernen-by-Name" wurden hinzugefügt. Dokumentation aufgenommen und überarbeitet. Die RPM-und Debian-Paket-Skripte wurden verbessert.
Tags: Stable
The module "ffi.utils" has been added, which provides functions aiding in using rep's FFI-binding. A build issue has been fixed by improving librep.pc. The functions "function-name" and "remove-hook-by-name" have been added. Documentation was added and revised. The RPM and Debian packaging scripts were improved.

2010-09-29 07:41
0.91.0

Diese Pressemitteilung ist ABI-inkompatibel mit früheren Versionen, so dass Sie brauchen, um alles gegen librep gebaut neu kompilieren. Die Deinstallation der Regel wurde behoben. Backtrace-on-Fehler, Debug-on-Fehler, und DocString Unterstützung wurden verbessert. Es gibt eine neue Funktion subr-Struktur; definieren-special-Variable wird durch DefVar-setq ersetzt. Wichtige Änderung der Dokumentation.
Tags: Lisp, Stable, C
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.

2010-09-09 20:54
0.90.6

Die Datei-uid-p-und Datei-gid-p-Funktionen wurden umbenannt, um Datei-uid und gid-Datei. Die RPM-spec-Datei wurde verbessert. Dokumentation aufgenommen über die Schnur-Split-, Signal-und erfordern Funktionen. Prozessausführung Ausfälle nun besser produzieren Fehlermeldungen.
The file-uid-p and file-gid-p functions were renamed to file-uid and file-gid. The RPM spec file was improved. Documentation was added regarding the string-split, signal, and require functions. Process execution failures now produce better error messages.

Project Resources