9.2.0.3
FFI2: Racket Foreign Interface
The ffi2 library is a
more static alternative to
ffi/unsafe For more information about the
motivation for ffi2, see Interoperability with ffi/unsafe. for
using libraries that have a C-based API— without writing any new C
code. From the Racket perspective, functions and data with a C-based
API are foreign, hence the term foreign
interface. Furthermore, since most APIs consist mostly of functions,
the foreign interface is sometimes called a foreign function
interface, abbreviated FFI.