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

NextPrevUpTopContentsIndex

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 - 13 Feb 2015

NextPrevUpTopContentsIndex