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

> This means, long hours of tracing, debugging, leak checks etc.

But you don't have undefined behavior to debug, and that makes debugging easier. Trying to reverse engineer from a corrupted memory dump from a production system what the compiler did to your code and relate that back to where it went wrong is something you will have to do in C++, given enough time. You don't have to do that in Rust.




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

Search: