ECL - 嵌入式Lisp解析器
未知
跨平台
软件简介
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.