Re: pybindgen - how does pyrex/cython compare to it
Stefan Behnel <[email protected]> Wed, 23 Dec 2009 13:07:24 +0100
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
Helmut Jarausch, 23.12.2009 12:54: > I'm just curious how you'd compare pybindgen > http://code.google.com/p/pybindgen/ > to pyrex / cython It's not comparable. Pyrex and Cython are programming languages with = optimising compilers. PyBindGen is a plain glue code generator. Stefan