[plt-scheme] FFI Module for SWIG

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Fri Mar 23 08:31:33 EDT 2007

Hans Oesterholt-Dijkema skrev:
> 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.

Okay, now I see its use.

So now the question is, which is easier:

   - modify the code to generate MzScheme instead of CLISP code
   - write macros, so the CLISP code can be run directly

-- 
Jens Axel Søgaard



Posted on the users mailing list.