Loads a fasl file compiled by example-compile-file.
The function
example-load-binary-file
constructs the path to an output file in a temporary location which would be used as the
output-file
by example-compile-file.
It then calls
load
on that path, and returns the values returned by
load
.
LispWorks User Guide and Reference Manual - 21 Dec 2011