Comments by "Anony Mousse" (@anon_y_mousse) on "my new wife" video.
-
Rust won't prevent all errors and triggers errors on code that would otherwise work 100% perfectly fine. It's training wheels for newbies, but no one who wants the language to get out of the way so they can do real work should use it. If you write your code in a way similar to how Rust wants you to write your code then literally any language would work equally as "safely", except that most others will let you get on with the task of actually writing the code. If you have to integrate with anything closed source, and I know Rust hates closed source, but you introduce a possible security hole and if you're writing real code you're going to use someone else's libraries instead of implementing everything from scratch yourself. If you want to write code that's safe, using a library written in an older language, and which has been debugged for decades, will give you the best path to success. Also, from a purely aesthetic point of view, Rust is uglier than C++, and from a usability point of view it's far, far slower to compile which makes iterative design harder to do.
7
-
5
-
5
-
5
-
5
-
4
-
3
-
3
-
3
-
2
-
2
-
2
-
2
-
2
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1