Re: [capi-sig] SWIG + expy

2010-05-01 Thread Stefan Behnel
Jack Jansen, 01.05.2010 23:40: I would be very interested in a universal intermediate format for all the interface generators. I'm still using a version of Guido's old bgen, now grudgingly extended to handle C++ and do bidirectional bridging between Python and C++, and while I love and cherish th

Re: [capi-sig] SWIG + expy

2010-05-01 Thread Jack Jansen
On 27-Apr-2010, at 08:30 , Yingjie Lan wrote: > Hi, > > Is it possible to use SWIG to parse C/C++, and provide an interface for me to > generate some code? I thought it might be good to have SWIG help generate > expy (see http://expy.sourceforge.net) files, then generate the python > extensi

Re: SWIG + expy

2010-04-27 Thread Stefan Behnel
Yingjie Lan, 28.04.2010 05:53: From: Stefan Behnel Yingjie Lan, 27.04.2010 08:30: Is it possible to use SWIG to parse C/C++, and provide an interface for me to generate some code? I thought it might be good to have SWIG help generate expy files, then generate the python extension via expy.

Re: SWIG + expy

2010-04-27 Thread Yingjie Lan
> From: Stefan Behnel > Subject: Re: SWIG + expy > To: python-list@python.org > Date: Tuesday, April 27, 2010, 11:57 AM > Yingjie Lan, 27.04.2010 08:30: > > Is it possible to use SWIG to parse C/C++, and provide > an interface for > > me to generate some code? I thou

Re: SWIG + expy

2010-04-27 Thread Stefan Behnel
Yingjie Lan, 27.04.2010 08:30: Is it possible to use SWIG to parse C/C++, and provide an interface for me to generate some code? I thought it might be good to have SWIG help generate expy files, then generate the python extension via expy. There have been similar discussions on the Cython maili

SWIG + expy

2010-04-26 Thread Yingjie Lan
Hi, Is it possible to use SWIG to parse C/C++, and provide an interface for me to generate some code? I thought it might be good to have SWIG help generate expy (see http://expy.sourceforge.net) files, then generate the python extension via expy. Yingjie -- http://mail.python.org/mai