Hi! "Jose A. Ortega Ruiz" <j...@gnu.org> writes:
>> Also consider that this is a low-level interface; presumably people >> should be programming with some sort of `define-c-wrapper' macro that >> presents a nicer interface. > > Is anyone working on this? I’m not really working on this but I’m interested (I’ve been using (system foreign) + custom macros so far.) > I happen to quite like the design presented in the paper "The Layers > of Larceny's design": > > <http://www.ccs.neu.edu/home/pnkfelix/Published/klock-ffi-schemeworkshop-2008.html> Sounds cool. There’s also a C parser in Bigloo (“Cigloo”), which could be reused to extract information from C headers. Thanks, Ludo’.