OpenMCL Internals
This page is a jumping-off point to learn more about the internals of the OpenMCL system.
Lisp/C Interop
OpenMCL often needs to pass data to or from native OS components. This is generally handled by the Foreign Function Interface?, but sometimes you are required to prepare a block of data to pass to a subsystem.
