2001-02-21 12:56:26 -05:00
|
|
|
This is a lightweight Lisp environment for UNIX. It contains a Lisp
|
|
|
|
interpreter, byte-code compiler and virtual machine. Applications may
|
2009-10-09 09:04:43 -04:00
|
|
|
use the Lisp interpreter as an extension language, or it may be used for
|
|
|
|
standalone scripts.
|
2000-12-21 16:20:34 -05:00
|
|
|
|
2009-10-09 09:04:43 -04:00
|
|
|
Originally inspired by Emacs Lisp, the language dialect combines many of
|
|
|
|
the elisp features while trying to remove some of the main deficiencies,
|
|
|
|
with features from Common Lisp and Scheme.
|