Pyli/Methods/Foreign Function Interface

From Jonathan Gardner's Tech Wiki
< Pyli‎ | Methods
Jump to: navigation, search

Foreign Function Interface

  • (load library definition-file'): Loads the library and links to it, dynamically. Returns the library object. The definition-file as compiled by library-definition.
  • (library-definition header-file save-as): Given a header file, compile the library definition, like C or C++ does, and store it in a file at save-as. This can be used by load.