On Feb 7, 2009, at 09:24 , Greg Ewing wrote: > Magnus Lie Hetland wrote: >> Ideally, though, the search >> operations (performed after the structures have been built) should be >> initiated from Python, but then stay in as pure C as possible > > One way to guarantee that something uses purely C > operations is to actually write it in C, as an > external piece of code, and call it from Cython.
Absolutely an option. It may even be the most sensible thing to do, rather than trying to program in C using Cython :-) -- Magnus Lie Hetland http://hetland.org _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
