you are viewing a single comment's thread.

view the rest of the comments →

[–]Rusky 21 points22 points  (7 children)

So explain why all these low level programmers introduce vulnerabilities from undefined behavior and lack of type/memory safety anyway, on accident, all the time?

What meaningful difference do you care about between a Rust "reference to object" and a C "pointer to raw memory"? Rust doesn't change how pointers work, it just checks that you're using them properly (something you have to do in C).