Next: , Previous: , Up: Top   [Contents][Index]


8 Loading Foreign Libraries

Function: %load-foreign-library name ⇒ unspecified

Load the foreign shared library name.

Implementor’s note: There is a lot of behavior to decide here. Currently I lean toward not requiring NAME to be a full path to the library so we can search the system library directories (maybe even get LD_LIBRARY_PATH from the environment) as necessary.