A Lisper’s first impression of Julia

I have recently looked at Julia , a new programming language developed at MIT that promises to be a dynamic programming language that is sui… Read more

Similar

JuMPing at Gcd, with Julia

Recently, I was teaching my kids how to compute gcd(Greatest Common Divisor). Instead of just teaching the mechanics of calculation, I wanted to show them some interesting properties of gcd. (more…)

Read more »

Prefaulting Memory Mapped Arrays in Julia

One of the key facts about memory maps is that the mapping is performed asynchronously, with the data being loaded on demand as it is used. In some cases, though, we may know that the entire mapped region will be required — and only at the end of some oth... (more…)

Read more »