Julia included in Oreilly's "Emerging Programming Languages" report (June 2019)

I have recently been trying to learn Rust. I wish the Rust manual made half as much sense to me as the Julia manual. I find the Julia manual to be well laid out, and finding what I’m looking for rather straight forward. Maybe it’s the fact that Julia and multiple-dispatch is such a new concept for most, that explaining how it works and how parametric types are constructed seemed necessary. In the case of Rust, it seems to just assume you understand how OOP works, and this is the Rust syntax for what you already know.

6 Likes