Modell 0.9.5 (Default branch) |
|
|
Wednesday November 28, 2007. 12:39 PM FreshMeat
Modell (Modular Extension Lisp Language) is
an object-oriented, modular variant of the
LISP programming language, specially
suitable for embedding in applications using a
C++ API. It is implemented as a C++ library
(libmodell) and a command-line interactive
interpreter for testing and rapid development,
and includes modules for diverse tasks such
as math, strings processing, interaction with
the operating system, and others.
License: GNU General Public License (GPL)
Changes:
Simple Makefiles are used again instead of GNU
autoconf/automake. Dynamic modules (.so) were
implemented. Loading of source modules (.modell)
was implemented. The environment variables
MODELL_MODULEPATH and MODELL_MODULES were added.
|