[plt-scheme] two tricky types

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Sep 12 08:42:14 EDT 2005

On Sep 12, Hans Oesterholt wrote:
> Shouldn't someone be writing a FFI backend for SWIG?

SWIG is a static tool, the foreign interface is a dynamic thing.  It
would be nice if it gets used to generate the Scheme glue code, but
I'm not sure to what extent SWIG relies in being close to a C
compiler.  There is already a (not too maintained, IIRC) MzScheme C
extension interface to SWIG.
-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.