[plt-scheme] Announce: mzgtk2 release 2 version 2.6.10.002

From: Robby Findler (robby.findler at gmail.com)
Date: Sat Jan 6 15:31:20 EST 2007

On 1/6/07, Eli Barzilay <eli at barzilay.org> wrote:
> But: the problem is that header files don't tell you the whole story
> -- you need to know more details like:
>
> * Is this function a Foo constructor, or does it return a reference to
>   an existing Foo?
>
> * Is this pointer argument intended as an input or as an output value?
>
> * How are arguments related?  (e.g, a pointer to a vector, and the
>   number of items in that vector).
>
> SWIG will not help you with these things.

I thoght SWIG was designed precisely to help with these kinds of things.

Robby


Posted on the users mailing list.