The function setup-embedded-module
sets up an embedded dynamic module named name using data.
data must be a result of a call to get-embedded-module-data
setup-embedded-module
is called at load time and has no effect except to set up the embedded module. To actually use the code in the module, you need to call install-embedded-module at run time.setup-embedded-module
persists after save-image
and deliver
.setup-embedded-module
does not return a useful value.
install-embedded-module
get-embedded-module-data
get-embedded-module
Incorporating a foreign module into a LispWorks image
LispWorks Foreign Language Interface User Guide and Reference Manual - 29 Sep 2017