Does anyone know how (or if) you can use ABCL to compile Lisp code to .class files and create a main method so that the whole thing could be packaged into a .jar file and run?
Also, does anyone know how to access primitives Java types from ABCL code?
Didier Verner posted his experiences with just such a packaging question the other day.