(compile-file input-pathname :verbose verbose :print print :external-format external-format)
Note: To compile LISP code into a binary object, you have to have an appropriate C++ compiler and its environment installed.
*compile-verbose*
, if true,
permits compile-file
to print a message in the form of a
comment to *standard-output*
indicating what file is
being compiled and other useful information.*compile-print*
, if true,
causes information about top-level forms in the file being compiled to
be printed to *standard-output*
. Exactly what is printed
is implementation-dependent; nevertheless something will be
printed.:default
is assumed.(compile-file "var/mod1/action1.lsp")
© 2024 Parametric
Technology GmbH (a subsidiary of PTC Inc.), All Rights Reserved |