On Fri, Jan 20, 2012 at 2:19 PM, Joseph Perla <josephjavierpe...@gmail.com> wrote: > I should add that I'm looking into the possibility of writing a Fortran -> > RPython compiler in order to mechanically port many of the rest of the > functions scipy and get them into the JIT.
Hi. I'm glad to hear more about potential contributors! If I can pick up any order, how about numpy.reshape? reshape method is already there on array so it should be more or less mechanical copy-paste into lib_pypy/numpypy. Regarding scipy - have you read a blog about how to have the entire scipy working with "minimal" effort: http://morepypy.blogspot.com/2011/12/plotting-using-matplotlib-from-pypy.html Pursuing slightly more this strategy should be relatively viable. Cheers, fijal _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev