Object Ownership: From C/C++ to Rust and Functional Programming

There are many skills you need to acquire as a programmer, and some of them are not part of the standard software engineering curriculum.
Instead you’re expected to learn them by osmosis, or by working with someone more experienced.
David MacIver covers o…

Similar

State Machines in Rust

Every now and then I like to think about topics that don't directly relate to my daily work. One of those topics has been parsers: back in January I wrote about byte-ordered stream parsing and how I think we can improve streaming parsing in Rust with a sm... (more…)

Read more »