|
|
|
|
|
by pizlonator
263 days ago
|
|
You’re confusing memory safety with Rust’s specific flavor of static checking. Totally not the same thing. Like, notice how DARPA is in no hurry to have folks rewrite Java or JavaScript in Rust. Why? Because even JavaScript is memory safe. It’s not achieving that with dynamic checking rather than static checking. |
|