I have been using Cython on a couple of projects. I see a lot of documentation on including C++ and C into your cython code. Sometimes when I am extending an existing C/C++ project I feel the urge to code it Python style taking advantage of all the nice features and datatypes. It would be really nice if there was an easy way to ie. call a cython compiled function from C++ or C. Is there an easy way to do this, cause I can't seem to find it in the docs. Or maybe I shouldn't use Cython for this??
Best regards Jakob