[plt-scheme] MzScheme + SWIG: howto?

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Fri Jun 26 07:05:34 EDT 2009

Elena Garrulo wrote at 06/25/2009 12:45 PM:
> I'd like to use SWIG to wrap an existing (Win32) library for use with MzScheme.
>   

I recommend using the FFI, if possible.

http://doc.plt-scheme.org/foreign/index.html

I have been impressed with how well the FFI works in practice.


-- 
http://www.neilvandyke.org/


Posted on the users mailing list.