On 2012-05-15, at 10:23 AM, Armin Rigo wrote: > Opinions? Interests? This mail is deliberately low on details about > how we think we can do it. Instead I'm seeking general reactions for > now and would like to move this soon to its own project, independent > of PyPy.
While I don't like some design quirks of Cython, I think that it's far better than any ffi or ctypes-like solution. Essentially, it's an ffi merged with the language, not a separate module. And that's a pretty unique approach. Why not focus on improving Cython design and moving toward some superset of Python language, that every implementation should support natively? - Yury _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev