1998-09-06 22:45:35 +02:00
|
|
|
Common Lisp CLISP
|
|
|
|
|
|
|
|
Common Lisp is
|
|
|
|
* a convential programming language and an AI language
|
|
|
|
* interactive
|
|
|
|
* a Lisp for professional use
|
|
|
|
|
1999-02-01 00:37:28 +01:00
|
|
|
Common Lisp CLISP
|
1998-09-06 22:45:35 +02:00
|
|
|
* needs only 2 MB of memory
|
2004-03-29 04:46:18 +02:00
|
|
|
* mostly implements the ANSI Common Lisp standard, as well as some
|
|
|
|
extensions
|
1998-09-06 22:45:35 +02:00
|
|
|
* can call your preferred editor
|
|
|
|
* is freely distributable
|
|
|
|
|
1999-02-01 00:37:28 +01:00
|
|
|
Common Lisp CLISP provides
|
1998-09-06 22:45:35 +02:00
|
|
|
* an interpreter
|
|
|
|
* a compiler which makes execution of programs 5 times faster
|
2004-03-29 04:46:18 +02:00
|
|
|
* a debugger
|
1998-09-06 22:45:35 +02:00
|
|
|
* all data types with unlimited size (the size need never be declared,
|
|
|
|
the size of lists and arrays may be changed dynamically)
|
|
|
|
* integers of arbitrary length, unlimited floating point number precision
|
2004-03-29 04:46:18 +02:00
|
|
|
* An X11 interface is available through CLX, Garnet, CLUE/CLIO.
|
|
|
|
* CLOS, a foreign language interface, sockets, i18n, and more.
|
|
|
|
|
|
|
|
CLISP runs Maxima, ACL2 and many other Common Lisp packages.
|
|
|
|
|
|
|
|
It is Free Software and may be distributed under the terms of GNU GPL,
|
|
|
|
while it is possible to distribute commercial applications compiled
|
|
|
|
with CLISP.
|