Overview
The primary compiler is a memory-resident function that compiles
CLforJava code leaving the resulting Java classes in the current working memory. The file compiler implements the
CompileFile function defined in the
CommonLisp language. It reads the contents of a Lisp file (.lsp), compiles the code, and stores that compiled code to a
JAR file. This code may be loaded later by a
CLforJava instance using the LOAD function. It is not yet determined if the code can be directly loaded by a Java method.
References
--
JerryBoetje - 12 Jul 2003