The Meaning of Functions in Julia

When I first learned about the Julia programming language, there were a few things that gave me the “wat” moments. One of those surprises involves both the naming and meaning of functions. Read more

Similar

From Julia to Rust

I've been more serious about learning Rust recently, after dragging on with passive learning for a while. My first real programming language was Julia, and I know other Julians interested in Rust. I've written this article for those people in mind, becaus... (more…)

Read more »

Fast vectorization in Julia

After a lengthy design process and preliminary foundations in Julia 0.5, Julia 0.6 includes new facilities for writing code in the “vectorized” style (familiar from Matlab, Numpy, R, etcetera) while avoiding the overhead that this style of programming...

Read more »