Wednesday, July 27, 2011

ABCL 0.26.1 released

On behalf of the developers of ABCL (Armed Bear Common Lisp) I'm glad to be able to announce the 0.26.1 release.

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 features - among lots of other things - a major reduction in the number of failures in the ANSI test suite: dropping from 26 to 16 failures on some systems (of 21699 tests in total).  Additionally, ABCL now runs Hunchentoot and several other packages from the top downloads from Quicklisp. Please read the release notes and the CHANGES file for more. Version 0.26.0 has not been released due to regressions fixed in this version.

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:
 abcl-src-0.26.1.tar.gz
 abcl-src-0.26.1.zip

Signatures are available under:
 abcl-src-0.26.1.tar.gz.asc
 abcl-src-0.26.1.zip.asc


In addition, binaries are also available:

 abcl-bin-0.26.1.tar.gz
 abcl-bin-0.26.1.zip

With associated signatures:
 abcl-bin-0.26.1.tar.gz.asc
 abcl-bin-0.26.1.zip.asc

No comments:

Post a Comment