slackbuilds/development/ecl
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
ecl.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
ecl.info development/ecl: Updated for version 21.2.1. 2021-05-04 19:28:53 -05:00
slack-desc development/ecl: Updated for version 21.2.1. 2021-05-04 19:28:53 -05:00

README

ECL is an implementation of the Common Lisp language as defined by the
ANSI X3J13 specification. The most relevant features are:
- 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.