I finally started playing with Rust, after not having seriously coded in any compiled language for years, and… I am really liking it. :blobcatcoffee:
The compiler shouts at me, but also provides all the context I need to figure out what's wrong.
Most of the time once I do figure it out, my brain goes "ooh right, yeah, that makes sense!"
It feels like coding with a safety net: I am reasonably sure I won't end up doing something massively memory-unsafe. And it helps a lot when refactoring, too!