Next: Package FL.AMOP, Previous: Package FL.TESTS, Up: Reference manual
This package should contain the implementation-dependent parts of Femlisp with the exception of the MOP. It serves a similar purpose as the PORT module in CLOCC and is somewhat inspired by this module. It will be dropped when there is a portable and easily installable alternative in all CL implementations we are interested in
Defines a foreign function. See examples in alien;src;superlu.lisp.
Ensures a safe environment for a foreign function call, especially so that no GC changes array pointers obtained by
vector-sap.