Running Julia on an Android Device

A few days ago I was bored. The only good cure I know of boredom is smashing things together to see if they can work together. This incidentally is also why I love Julia, composability is a stated primary goal. I’ve smashed julia packages together before,… Read more

Similar

Using type domain information in Julia

In a previous post, I discussed using type domain information to speed up generation of random density matrices with small dimension in Julia. There, we gave the Julia compiler knowledge of the dimension of the matrices at the time it generates code, inst... (more…)

Read more »