[pypy-dev] Questions on the pypy+numpy project

David Cournapeau cournape at gmail.com
Wed Oct 19 20:52:45 CEST 2011


On Wed, Oct 19, 2011 at 6:47 PM, Leonardo Santagada <santagada at gmail.com> wrote:

>
> Why not move more of scipy to cython/ctypes? That is what you guys
> want for the future, and then it would not make anyone have to work on
> something they have no interest in.

Independently of pypy's direction w.r.t. numpy, this will happen. My
ideal for numpy/scipy would be pure C/fortran for existing libraries
with almost every python C API call done through cython. This is
already happening for most packages in scipy ecosystem who do not have
the long history of numpy/scipy.

cheers,

David


More information about the pypy-dev mailing list