2004-07-25 11:58:58 +02:00
|
|
|
ECL (Embeddable Common-Lisp) is an interpreter of the Common-Lisp
|
2010-08-04 16:11:56 +02:00
|
|
|
language as described in the X3J13 ANSI specification, featuring CLOS
|
2004-07-25 11:58:58 +02:00
|
|
|
(Common-Lisp Object System), conditions, loops, etc, plus a translator
|
|
|
|
to C, which can produce standalone executables.
|
|
|
|
|
2020-02-27 15:57:40 +01:00
|
|
|
WWW: https://common-lisp.net/project/ecl/main.html
|