Comment Re:There is already a safe subset of C++ (Score 1) 51
If you put programmers inside the Rust straitjacket until they understand the nature of it and the reasoning behind it, and then let them use C++, they'll probably be conditioned to be memory safe. Rust forces you to do what you should be doing anyway in a language like C++. And Rust can compile-time check that stuff.
I'm very much a 'do the experiment' person when it comes to C++ vs Rust. There is plenty of will to write stuff in Rust, so the rest of us can grab popcorn, watch, and then observe the outcomes. (Personally, I rarely stray from bash and python most of the time. Except web stuff, where it's then PHP and vanilla Javascript.)