diff options
Diffstat (limited to 'development/ecl/README')
-rw-r--r-- | development/ecl/README | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/development/ecl/README b/development/ecl/README index b5c2b8d2b5..d1e2f0ba55 100644 --- a/development/ecl/README +++ b/development/ecl/README @@ -1,4 +1,4 @@ -ECL is an implementation of the Common Lisp language as defined by the +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. @@ -6,6 +6,3 @@ ANSI X3J13 specification. The most relevant features are: - ASDF, Sockets, Gray streams, MOP, and other useful components. - Extremely portable. - A reasonable license. - -libatomic_ops and gc are optional dependencies; if they are not present -during build, ecl will use internal copies of each. |