Hacker News new | ask | show | jobs
by tlmr 4238 days ago
You mean like blaze in python?: http://blaze.pydata.org/docs/v_0_6_5/index.html
1 comments

Blaze has a bit of a broader focus than what I was talking about, since blaze mostly offloads the actual computation to a particular backend. But a combination of blaze and a custom lowering of the computation into machine code using numba would be similar (although without the type safety for guaranteeing that certain optimizations are possible)
I believe that the numba compilation is planned for the coming year.