Hacker News new | ask | show | jobs
by infinite8s 4241 days ago
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)
1 comments

I believe that the numba compilation is planned for the coming year.