README 379 B

123456789
  1. ECL is an implementation of the Common Lisp language as defined by the
  2. ANSI X3J13 specification. The most relevant features are:
  3. - A bytecodes compiler and interpreter.
  4. - Compiles Lisp also with any C/C++ compiler.
  5. - It can build standalone executables and libraries.
  6. - ASDF, Sockets, Gray streams, MOP, and other useful components.
  7. - Extremely portable.
  8. - A reasonable license.