I am learning how to program in Rust by re-implementing the Lox interpreters described in the book Crafting Interpreters by Bob Nystrom.
This talk goes through what I learnt and highlights some interesting features from the perspective of a programmer used to work in C#, F# and C++