From Python to Go to Rust: an opinionated journey

From Python to Go to Rust: an opinionated journey

When looking for a new backend language, I naturally went from Python to the new cool kid: Go. As I did with Go, I tried to go head first, but it was too hard: I needed some new concepts specific to Rust like ownership or lifetimes to understand the code I was seeing on StackOverflow. At the very least, I think that I’ve found in Rust my new favorite language for the backend.

Source: tech.allo-media.net