On Tue, Feb 14, 2012 at 5:35 PM, Serhat Sevki Dincer <jfcga...@gmail.com> wrote: > I will take the liberty to forward this topic on "scientific python" > to pypy list, since numpy work on pypy has progressed a lot, > apparently, and it does concern pypy too, i guess..
Note - I know I'm replying to pypy-dev instead of numpy dev on purpose. We as in PyPy are not very interested in the language design decisions. In fact it's in our opinion much better to leave the language decisions to someone else and we'll continue to just improve performance and other aspects that are language-unrelated. In fact this is what got pypy to the place where it is right now - compatibility was a major issue from day 1. The same applies to numpy - we're committed to making numpy exactly the same as the original numpy in terms of API without really changing it, hence we're not that interested in participating in the discussion. That said, the only thing we really dislike about language decisions are changing syntax/semantics to improve performance. We believe readability should never be sacrificed in favor of performance, but this is roughly it. We'll happily let other people decide what's the best syntax for numpy. Cheers, fijal _______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev