All Manuals > LispWorks® User Guide and Reference Manual > 37 The HCL Package

delivered-image-p Function

Summary

The predicate for whether the running image is a delivered image.

Package

hcl

Signature

delivered-image-p => result

Values
result
A boolean.
Description

The function delivered-image-p returns true if the running image is a delivered image, that is an executable or dynamic library created by deliver.

Otherwise the running image is a LispWorks development image (potentially a Saved Session or saved explicitly by save-image) and then result is false.

See also

deliver


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35