Discussion:
[Larceny-users] Using the FFI in ERR5RS/R6RS libraries
Eduardo Cavazos
2009-02-28 23:44:14 UTC
Permalink
Hello,

I've been loading the ffi procedures into the REPL via these expressions:

(r5rs:require 'std-ffi)
(r5rs:require 'foreign-ctools)
(r5rs:require 'foreign-cstructs)

Now I'd like to make a Larceny 'sls' library containing the ffi code.

What's the proper library import form to include the above?

Ed

Loading...