[pypy-dev] Python FFI

Yury Selivanov yselivanov.ml at gmail.com
Tue May 15 17:56:55 CEST 2012


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


More information about the pypy-dev mailing list