Loads a fasl file compiled by example-compile-file.
lispworks
example-load-binary-file file => result
file⇩ |
A pathname designator. |
result⇩ |
A generalized boolean. |
The function example-load-binary-file
constructs the path to an output file associated with file, but in the temporary location that would be used as the output-file by example-compile-file.
It then calls load on that path, and returns the value result returned by load.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41