Hacker News new | past | comments | ask | show | jobs | submit login

The current code only implements a fairly trivial array structure in python, and it does not seem to implement any expression lazyness. But pypy should obviously make it easier to try this kind of things compared to the current numpy.



It does implement lazy evaluation of array expressions and JIT to compile it on the fly to assembler. Having an assembler generator that's not too bad helps immensely with such efforts




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: