[Pyro-developers] Wrapping C and C++ code
William K. Volkman
pyro at netshark.com
Thu Aug 14 00:22:59 EDT 2003
I've noted that most of the wrapping that seems to be used is
based on SWIG. Has any thought been given to using boost.python
for the C++ or pyrex for the C interfaces? Just curious. The
SWIG interfaces are a quick initial implementation however suffer
from weakness when it comes to python reference counting or
acting like first class python objects.
References:
http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
http://www.boost.org/libs/python/doc/index.html
Regards,
William
More information about the Pyro-developers
mailing list