[plt-scheme] FFI Module for SWIG

From: Hans Oesterholt-Dijkema (hdnews at gawab.com)
Date: Fri Mar 23 05:19:27 EDT 2007

The difference is, that:

the swig module for mzscheme generates C code, i.e. a module in C that
must be compiled with mzc as an extension with a compiler.

the swig module cffi generates FFI code for CLISP. The output is not C,
but lisp code.

--Hans


Op 22/3/2007 schreef "Jens Axel Søgaard" <jensaxel at soegaard.net>:

>Hans Oesterholt-Dijkema skrev:
>> I stumbled on a FFI module for SWIG.
>> It's for CLISP. But maybe it can be transcoded
>> for mzscheme?
>>
>> http://ssinghi.kreeti.com/swig-lisp.html
>
>What's the difference between the above and the
>builtin CLISP support in SWIG?
>
>If there are none, see:
>
>   <http://www.swig.org/Doc1.3/Mzscheme.html#MzScheme>
>
>--
>Jens Axel Søgaard
>
>
>


Posted on the users mailing list.