Standard-FFI
Scope:

To define a Standard (ie cross implementaion and OS) way of calling "foreign" (ie non lisp) code from lisp code (and vice-versa). In this case foreign code usually amounts to C, but should really mean "figure out the local ABI calling convention," "figure out how to translate data types," "call address X."

Spec:

Reference Implementation:

UFFI?

References