|
|
|
|
|
by weinzierl
3885 days ago
|
|
Also Rust has the freedom to just leave dangerous features out of the language [1]. This is something we will never be able to do with C++ without transforming it in a not backwards compatible manner. And it's not only about safety: a language that doesn't suffer from the consequences of legacy design choices is just less mental burden, easier to learn and easier to teach. [1] http://graydon2.dreamwidth.org/218040.html |
|