Paper Reading 📄
A list of technical papers and memos that I want to read or re-read. I’d love to get recommendations on other papers especially from the last decade, that seem important or in some way foundational.
Read MoreA list of technical papers and memos that I want to read or re-read. I’d love to get recommendations on other papers especially from the last decade, that seem important or in some way foundational.
Read MoreBack in 2013, I started a series of posts on programming languages I found interesting. One of the languages I wanted to write about at that time was Rust. As often happens, life got in the way, and it’s only now that I’m coming round to a long overdue post. This is one of a series of posts on programming languages and you can read more about that here.
Read MoreThis is one of a series of posts on languages, you can read more about that here.
Scala's blending of programming paradigms in a single language is impressive. It's fun to write code in and is a good language for leaning into the functional plus static typing paradigm. As much as I like the language, I usually qualify recommending it outright. Scala is the language I find myself most conflicted over - the part of me that likes programming loves it, the part of me that goes oncall has a doubt.
Read MoreThis is one of a series of posts on languages, you can read more about that here.
A grab bag of observations on the Go programming language, positive and negative. It bucks some orthodoxy on what a good effective language is supposed to look like. It makes sensible engineering decisions and is squarely in the category of languages I consider viable for server-side systems that you have to live with over time.
Read MoreI have been playing around with Erlang, Scala and Go more and more, to the point where I'm able to draw conclusions about them as production languages. I don't consider myself expert in any of them, but like most people in my line of work I have to be able to make judgments in advance of deep understanding. I've also spent time to a lesser extent with Rust, not enough to decide anything much. I've been foostering with Erlang and Scala on and off for years, Go and Rust are more recent.
Read More