Next
Previous
Contents
- A Portable C Interface for Standard ML of New Jersey, by Lorenz
Huelsbergen, describes the implementation of a general interface to C
for SML/NJ, including the ability to expose ML closures as C function pointers.
- Simplified Wrapper and Interface Generator> (SWIG) generate interfaces
from (extended) ANSI CC++ function and variable declarations. It can generate
output for Tcl/Tk, Python, Perl5, Perl4 and Guile-iii. SWIG lives at
SWIG homen
- Foreign Function Interface GENerator (FFIGEN) is a tool
that parses C header files and presents an intermediate data
representation suitable for writing backends. More info on FFIGEN from
http://www.cs.uoregon.edu/~lth/ffigen/
- Header2Scheme is a program which reads C++ header files
and compiles them into C++ code. This code implements the back end for
a Scheme interface to the classes defined by these header
files. Header2Scheme is available from:
http://www-white.media.mit.edu/~kbrussel/Header2Scheme/
Next
Previous
Contents