diff options
author | Markus Hutmacher <mailing@markhu.de> | 2013-07-04 16:31:42 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-07-07 09:11:20 -0300 |
commit | b2f9346830210794c5ef05790e8ee89d231b2ed8 (patch) | |
tree | 40124ef6ec98203dc383a59ccd7457feae0fe051 /development/ecl/README | |
parent | ffcbd65584cf97fdb40266b6a4203992ec7805e1 (diff) | |
download | slackbuilds-b2f9346830210794c5ef05790e8ee89d231b2ed8.tar.gz |
development/ecl: Added (Embeddable Common-Lisp)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/ecl/README')
-rw-r--r-- | development/ecl/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/ecl/README b/development/ecl/README new file mode 100644 index 0000000000..b5c2b8d2b5 --- /dev/null +++ b/development/ecl/README @@ -0,0 +1,11 @@ +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. + +libatomic_ops and gc are optional dependencies; if they are not present +during build, ecl will use internal copies of each. |