The function get-embedded-module
gets the foreign module in filename and sets up an embedded dynamic module named name.
get-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.get-embedded-module
persists after save-image
and deliver
.get-embedded-module
.get-embedded-module
does not return a useful value.
install-embedded-module
get-embedded-module-data
setup-embedded-module
Incorporating a foreign module into a LispWorks image
LispWorks Foreign Language Interface User Guide and Reference Manual - 29 Sep 2017