LispWorks User Guide and Reference Manual > 34 The LISPWORKS Package

NextPrevUpTopContentsIndex

example-load-binary-file

Function
Summary

Loads a fasl file compiled by example-compile-file.

Package

lispworks

Signature

example-load-binary-file file => generalized-boolean

Arguments

file

A pathname designator.

Values

generalized-boolean

The value returned by load .

Description

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 .

See also

example-compile-file


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex