More #rust musings: I'm given to understand that the hardest thing to wrap one's head around is ownership. Having needed to deal with manual memory management in C/C++ in the 90s, this just seems like the compiler doing automatic sanity checking on my code. I can see why it would be hard for someone who's always just relied on a garbage collection before though.
2