About ABCL
ABCL is distributed under the terms of the GNU General Public License, with a special linking exception. If you link ABCL with your own program, then you do not need to release the source code for that program. However, any changes that you make to ABCL itself must be released in accordance with the terms of the GPL.
ABCL runs on platforms that support Java 1.4 (or later), including Linux, Windows, and Mac OS X.
ABCL is free software and comes with ABSOLUTELY NO WARRANTY.
The latest version is 0.0.10, released March 6, 2007.
Download
abcl-0.0.10.zip (source, 1012345 bytes)
CVS
cvs -d:cvs -z3 -d:pserver:anonymous@armedbear-j.cvs.sourceforge.net:/cvsroot/armedbear-j co j
Bugs
ABCL 0.0.10 fails 67 out of 21696 tests in the GCL ANSI test suite.
ABCL's CLOS is intolerably slow and does not handle on-the-fly redefinition of classes correctly. There is no support for the long form of DEFINE-METHOD-COMBINATION, and certain other required CLOS features are also missing. Enough CLOS is there to run ASDF and CL-PPCRE, if you're in no hurry. There's no MOP worth mentioning.
Since this is an early public release, there might be build problems as well as runtime bugs.
Please report problems to the j development mailing list (you must be subscribed to post).
Installation
Java 1.4 or later is required. Java 1.5 is recommended. There are unresolved performance issues with Java 1.6. To build ABCL, you'll need the full JDK; the JRE is not enough.