2011/8/30 Robert Bradshaw :
> On Sun, Aug 28, 2011 at 4:00 AM, Vitja Makarov
> wrote:
>> 2011/8/27 Vitja Makarov :
>>> 2011/8/27 Vitja Makarov :
2011/8/26 Vitja Makarov :
> 2011/8/25 Vitja Makarov :
>> 2011/8/25 Vitja Makarov :
>>> 2011/8/25 Stefan Behnel :
Vitja Makarov
On Sun, Aug 28, 2011 at 4:00 AM, Vitja Makarov wrote:
> 2011/8/27 Vitja Makarov :
>> 2011/8/27 Vitja Makarov :
>>> 2011/8/26 Vitja Makarov :
2011/8/25 Vitja Makarov :
> 2011/8/25 Vitja Makarov :
>> 2011/8/25 Stefan Behnel :
>>> Vitja Makarov, 25.08.2011 20:32:
20
On Mon, Aug 29, 2011 at 7:33 AM, Stefan Behnel wrote:
> Hi,
>
> here's an interesting history wrap-up of SWIG, by its original author.
Very interesting thread.
> One thing that stroke me when I read this (or rather when I was half-way
> through) was that it might be possible to use SWIG as a glu
I've been working on CWrap in my spare time.
https://github.com/enthought/cwrap
The goal is to be SWIG for Cython.
It currently outputs pxd files for the headers of a C library. It's not
mature, but it works. (It can output pxd files for the whole of Intel's IPP
and MKL libraries). I hope to eve
On Mon, Aug 29, 2011 at 10:31 PM, mark florisson
wrote:
> On 29 August 2011 19:25, Stefan Behnel wrote:
>> Stefan Behnel, 29.08.2011 16:33:
>>>
>>> here's an interesting history wrap-up of SWIG, by its original author.
>>> [...]
>>
>> And an interesting reply:
>>
>> http://thread.gmane.org/gmane.
On 29 August 2011 19:25, Stefan Behnel wrote:
> Stefan Behnel, 29.08.2011 16:33:
>>
>> here's an interesting history wrap-up of SWIG, by its original author.
>> [...]
>
> And an interesting reply:
>
> http://thread.gmane.org/gmane.comp.python.devel/126425/focus=126440
>
> I didn't know clang even
Stefan Behnel, 29.08.2011 16:33:
here's an interesting history wrap-up of SWIG, by its original author.
[...]
And an interesting reply:
http://thread.gmane.org/gmane.comp.python.devel/126425/focus=126440
I didn't know clang even had Python bindings for its parser.
Stefan
Hi,
here's an interesting history wrap-up of SWIG, by its original author.
One thing that stroke me when I read this (or rather when I was half-way
through) was that it might be possible to use SWIG as a glue code generator
for .pxd files and trivial wrapper code. Not sure how hard that would