ECL (Embeddable Common-Lisp) 是一个嵌入式的 Common-Lisp 语言解析器,主要特点:
- A byteCODEs comPILer and interpreter.
- Compiles Lisp also with any C/C++ compiler.
- It can build standalone executables and librarIEs.
- ASDF, Sockets, Gray streams, MOP, and other useful components.
- Extremely portable.
- A reasonable license.