[pypy-dev] Questions on the pypy+numpy project
Stefan Behnel
stefan_ml at behnel.de
Mon Oct 17 18:01:03 CEST 2011
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
More information about the pypy-dev
mailing list