comparison to pyrex / cython

Asked by HJarausch

Hi,
how would you compare pybindgen to other binding generators
like pyrex, cython or sip ?

Please add the answer to the FAQs.

Thanks,
Helmut.

Question information

Language:
English Edit question
Status:
Answered
For:
PyBindGen Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Gustavo Carneiro (gjc) said :
#1

pyrex/cython require you to learn a new domain specific language, and generate ugly/obfuscated code. PyBindGen is just a Python module. It also generates readable and compact wrapper code.

sip I don't know very well, but I know it is written in C++; for extending it it is a big problem. PyBindGen is written in Python and is extensible.

Can you help with this problem?

Provide an answer of your own, or ask HJarausch for more information if necessary.

To post a message you must log in.