Hacker News new | past | comments | ask | show | jobs | submit login

isnt this the whole point of what rust is trying to accomplish? i havent yet worked with rust but from what i hear they make it very hard (impossible?) to have memory issues and things like deadlocks. sounds great in theory but no idea if this is the reality of using it



No. Rust has no controls for side effects or allocations


Rust solves race conditions, but not deadlocks.


It is, yeah. Which is why when you compile 99/100 times it just works. I don’t think people understand that this is one of Rust’s best features.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: