Is #'COMPILE-FILE not available in OM? I get this error when i enter the function in the listener:
ERROR: Undefined function compile-file in form (function compile-file).
How can i have access to the compile-file function?
Thanks,
A
Is #'COMPILE-FILE not available in OM? I get this error when i enter the function in the listener:
ERROR: Undefined function compile-file in form (function compile-file).
How can i have access to the compile-file function?
Thanks,
A
Hi!
LispWorks-delivered applications (like OpenMusic) embed most of the original Lisp environment, except the compile-file
function.
However, compile
is available, so you can compile Lisp functions and exressions one by one if needed…
—Jean