Blogroll by Julia Evans

Here are some of my favourite tech blogs. For each one I’ve linked to a
specific blog post that I particularly liked. Read more

Similar

Julia Metaprogramming

The strongest legacy of Lisp in the Julia language is its metaprogramming support. Like Lisp, Julia represents its own code as a data structure of the language itself. Since code is represented by objects that can be created and manipulated from within th... (more…)

Read more »

Sum Types in Julia and Rust

As I have mentioned in other posts on this blog (and surely many would agree here), I strongly believe that a great start for designing a program is figuring out good representations for the real world problem one tries to solve, i.e. defining appropriate... (more…)

Read more »

Julia 0.6 Release Announcement

The Julia community is thrilled to announce the release of version 0.6.0 of the Julia language. With a sweeping overhaul of the type system and numerous improvements to syntax and to the standard library, 0.6.0 is the most transformative release yet. A co... (more…)

Read more »