On Feb 8, 2009, at 00:09 , Robert Bradshaw wrote: > Of course this requires one to keep two files in sync, make "cdef > extern" declarations, and have a more complicated setup.py (i.e. no > using pyximport), and risk gcc as well as Cython errors. I "program C > using Cython" all the time--using the annotate option it is easy to > see when a block of code gets compiled to pure C. But it's a matter > of personal preference.
Right. This was how I planned to do it originally (for the reasons you state, and because of syntax preferences etc.). Hm. I guess I'll see how good an overview I get with the annotation (and, possibly, the nogil declarations). -- Magnus Lie Hetland http://hetland.org _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
