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.
Modell 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.
Installation:
Just the usual:
$ ./configure
$ make
$ make install
What's New in This Release:
· 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.
Product's homepage