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
Compiles and evaluates the given source. This should be an ANSI compatible way of ensuring method compilation.
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.