Modell 0.9.0 review
Download
|
|
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
Modell 0.9.0 keywords