Stefan Behnel wrote: > The latest discussion with Greg on the integer-loop syntax should make it > clear that Cython and Pyrex are not fundamentally diverging projects. And I > really don't think they should be.
That's good to hear. However, if one of the priorities of Cython is really going to be to compile pure Python code, there are likely to be problems at some point, because I'm going to want to make Pyrex do things that you won't like, and vice versa. BTW, the discussion we've been having about isinstance vs. typecheck is a bit ironic in this light. I'm arguing for *more* compatibility with Python in this area, and you're arguing for *less*. :-) -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
