The more I learn about Rust, the more I like about it’s syntax and it’s various paradigms. Reminds me of the best of C, Python, modern Javascript, and R. And not a lot of the ugly of those languages.
That said, some of the borrowing / ownership model is a bit weird in Rust. Not unlike shallow vs deep copies in Python. But maybe when I learn more it will be all groovy.