The predicate for whether the running image is a delivered image.
hcl
delivered-image-p => result
result⇩ |
A boolean. |
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.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:35