![](https://secure.gravatar.com/avatar/38153b4768acea6b89aed9f19a0a5243.jpg?s=120&d=mm&r=g)
Feb. 20, 2012
5:28 p.m.
On Feb 20, 2012, at 6:18 PM, Dag Sverre Seljebotn wrote:
You need at least a slightly different Python API to get anywhere, so numexpr/Theano is the right place to work on an implementation of this idea. Of course it would be nice if numexpr/Theano offered something as convenient as
with lazy: arr = A + B + C # with all of these NumPy arrays # compute upon exiting…
Hmm, that would be cute indeed. Do you have an idea on how the code in the with context could be passed to the Python AST compiler (Ă la numexpr.evaluate("A + B + C"))? -- Francesc Alted