Early Impressions of Go from a Rust Programmer

This post was originally published on the PingCAP blog. I’ve been using Go for the past few weeks. It’s my first time using Go for a large (-ish), serious project. I’ve previously looked at Go a lot and played with examples and toy programs when research… Read more

Similar

Optimizing a Sudoku Solver in Rust

Sudoku Solvers I enjoy writing sudoku solvers and improving them as a way to learn a new language (Rust, in this case). They aren’t too large in scale, but are complex enough to expose you to a good amount of langauge features. They also can be iterated o... (more…)

Read more »