|
|
|
|
|
by quotemstr
18 days ago
|
|
Rust people: it's wrong to use a language that lacks memory safety and modern developer affordances. Do you really want to spend time debugging crashes and foist security problems on your users? Me: You're right. Java has come a long way. Let's download... Rust: No! No no on. Not like that! --- Memory safety is a worthwhile goal, but combining it with manual memory management is wrong for most tasks. Just use a damn GC. Rust's safety-plus-malloc niche should be much smaller than it is. |
|