Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ABCL compilation and primitives

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?

like image 364
compman Avatar asked Nov 06 '22 04:11

compman


1 Answers

Didier Verner posted his experiences with just such a packaging question the other day.

like image 101
easyE Avatar answered Nov 09 '22 02:11

easyE