On behalf of the developers of ABCL (Armed Bear Common Lisp) I'm glad to be able to announce the 0.25.0 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 refactoring of the compiler to be more robust in light of Java class file verification and object instantiation (MAKE-INSTANCE) speed-ups. You can find the full release notes at:
http://common-lisp.net/project/armedbear/release-notes-0.25.shtml
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/0.25.0/abcl-src-0.25.0.tar... http://common-lisp.net/project/armedbear/releases/0.25.0/abcl-src-0.25.0.zip
Signatures are available under: http://common-lisp.net/project/armedbear/0.25.0/releases/abcl-src-0.25.0.tar... http://common-lisp.net/project/armedbear/0.25.0/releases/abcl-src-0.25.0.zip...
In addition, binaries are also available:
http://common-lisp.net/project/armedbear/releases/0.25.0/abcl-bin-0.25.0.tar... http://common-lisp.net/project/armedbear/releases/0.25.0/abcl-bin-0.25.0.zip
With associated signatures: http://common-lisp.net/project/armedbear/releases/abcl-bin-0.25.0.tar.gz.asc http://common-lisp.net/project/armedbear/releases/abcl-bin-0.25.0.zip.asc
On Thu, Mar 10, 2011 at 9:59 PM, Erik Huelsmann ehuels@gmail.com wrote:
On behalf of the developers of ABCL (Armed Bear Common Lisp) I'm glad to be able to announce the 0.25.0 release.
I'm glad to add that ABCL is now available for Maven users directly from the Maven Central repository: http://repo2.maven.org/maven2/org/armedbear/lisp/abcl/0.25.0/. A page has been created on the ABCL wiki with a brief description of how to add ABCL as a dependency of your Maven project: http://trac.common-lisp.net/armedbear/wiki/MavenSupport.
From now on, future releases of ABCL will appear on Maven Central
shortly after a new version is released to the public through the common-lisp.net project page.
For any questions or requests, please write to the development mailing list:
armedbear-devel at common-lisp dot net
Sincerely, Alessio Stalla
armedbear-devel@common-lisp.net