On Friday, August 22, 2014 8:26:00 AM UTC+8, Chris Angelico wrote: > On Fri, Aug 22, 2014 at 4:05 AM, Joseph Martinot-Lagarde > > <joseph.martinot-laga...@m4x.org> wrote: > > > For information, Cython works with C++ now: > > > http://docs.cython.org/src/userguide/wrapping_CPlusPlus.html. > > > > Now isn't that cool! > > > > Every time Cython gets discussed, I get a renewed desire to learn it. > > Trouble is, I don't have any project that calls for it - there's > > nothing I'm desperately wanting to do that involves both Python and > > C/C++. Anyone got any suggestions? :) > > > > ChrisA
Don't you use C as a portable assembler in Python? PYTHON->C->HW_BOUNDED_ASSEMBLY That is the way to speed up python programs using critical heavy computing functions. -- https://mail.python.org/mailman/listinfo/python-list