Download List

Descripción del Proyecto

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
0.92.1b

Esta versión corrige un error en librep.pc, lo que impidió la compilación de rep-gtk y peces sierra. Fija fallos de compilación en OS X 10.6, OS X 10.7, y si una vieja FFI está instalado. Varios símbolos que faltan se han añadido al archivo de símbolos. La compilación es permitido con makepp en vez de GNU make. A 'la posición' meta-función se ha añadido, y unos pocos ayudantes importados de pez sierra.
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

Para los módulos adicionales, los objetos compartidos ahora se cargan en lugar de archivos libtoo. La arquitectura y la versión se han retirado de las rutas de instalación, y el soname dispara a 16.0.0, por lo tanto todos los paquetes que une contra librep necesita ser reconstruido. Mejora de Debian scripts embalaje.
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

El módulo "ffi.utils", ha añadido, que proporciona funciones de ayuda en el uso de representante de la FFI vinculante. Un problema de construcción ha sido fijado por la mejora de librep.pc. Las funciones de "nombre-función" y "eliminar colgado por nombre" se han añadido. La documentación fue añadido y revisado. La RPM y Debian scripts envasado se han mejorado.
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

Esta versión es ABI-incompatible con versiones anteriores, por lo que tendrás que volver a compilar todo lo construido contra librep. La regla de desinstalación se ha solucionado. backtrace-on-error, la depuración de error, y el apoyo docstring se han mejorado. Hay una nueva función de subr-estructura, definir-especial-variable se sustituye por defvar-setq. Mayor revisión de la documentación.
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

Las funciones de archivo-uid-p y archivo-GID-p se cambió el nombre de archivo y el archivo-uid-gid. El archivo spec del RPM se ha mejorado. Documentación se añadió en la cadena de división, de la señal, y requieren de funciones. fallas en el proceso de ejecución ya producir mejores mensajes de error.
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