Table of Contents Thoughts and remarksGood Bad My programming language journeyLego mindstorms LabVIEW C++ Python Rust These are some notes on my opinions on Rust after one year of using it. Thoughts and remarks These pros and cons are mostly relative to C++, the language I used for the past ~10 years. Good Sum types! Option and enum are so much nicer than optional and in particular variant. Build system Never used 3rd party code/libs in personal C++ projects. Use random crates all the time no...