[armedbear-announce] [Announce] ABCL 1.0.0 -- October 22nd, 2011

Erik Huelsmann ehuels at gmail.com
Sun Oct 23 15:45:46 UTC 2011


On behalf of the developers of ABCL (Armed Bear Common Lisp) I'm glad to
be able to announce the 1.0.0 release at the premises of the European
Common Lisp Meeting 2011.

ABCL is a Common Lisp implementation implemented in Java and running on the
JVM, featuring both an interpreter and a compiler. The compiler targets the
JVM directly meaning that its output is runnable JVM bytecode. The fact
that ABCL is written in Java allows for relatively easy embedding in larger
applications. For integration with existing applications ABCL implements
JSR 223: Java scripting API.


This release delivers the last requirement for ABCL's 1.0 release - our
conforming implementation of DEFINE-METHOD-COMBINATION. Additionally,
a draft2 version of manual has been created and some minor fixes
are included to be able to run more Quicklisp distributed libraries.

and the list of changes at:

 http://trac.common-lisp.net/armedbear/browser/trunk/abcl/CHANGES


If you have questions regarding use or licensing, or you find issues, please
report back to the development list:

 armedbear-devel at common-lisp dot net


Source distribution archives can be downloaded in ZIP or gzipped tar form:

 http://common-lisp.net/project/armedbear/releases/1.0.0/abcl-src-1.0.0.tar.gz
 http://common-lisp.net/project/armedbear/releases/1.0.0/abcl-src-1.0.0.zip

Signatures are available under:
 http://common-lisp.net/project/armedbear/1.0.0/releases/abcl-src-1.0.0.tar.gz.asc
 http://common-lisp.net/project/armedbear/1.0.0/releases/abcl-src-1.0.0.zip.asc



In addition, binaries are also available:

 http://common-lisp.net/project/armedbear/releases/1.0.0/abcl-bin-1.0.0.tar.gz
 http://common-lisp.net/project/armedbear/releases/1.0.0/abcl-bin-1.0.0.zip

With associated signatures:
 http://common-lisp.net/project/armedbear/releases/abcl-bin-1.0.0.tar.gz.asc
 http://common-lisp.net/project/armedbear/releases/abcl-bin-1.0.0.zip.asc




More information about the armedbear-announce mailing list