Maciej Fijalkowski, 17.10.2011 17:46:
- pypy's numpy *will* integrate in some sort of way with existing
C/fortran libraries, but this way *will* be different than current
CPython C API. It's really just too hard to get both.

Why reinvent yet another wheel when you could make Cython a common language to write extensions and wrapper code for both? Even if that requires a few feature restrictions for Cython users or adaptations to their code to keep it portable, it's still better than forcing users into a complete vendor lock-in on both sides.

Stefan

_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to