Next: Foreign Function Calls, Previous: Foreign Data Structure Examples, Up: Foreign Function Interface
Foreign object files can be loaded into the running Lisp process by
calling load-shared-object
.
Load a shared library/dynamic shared object file/general dlopenable alien container, such as a .so on an
elf
platform.References to foreign symbols in loaded shared objects do not survive intact through
sb-ext:save-lisp-and
die on all platforms. Seesb-ext:save-lisp-and-die
for details.