Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Counterpoint, Rust is actually easier to learn, and take way less time from inception to writing production-ready code.


even the tutorial says that borrowing has a high learning curve


The biggest problem with C++ is that all real life production code is full of memory safety bugs. People usually just live with it. If you want to minimize memory safety issues, C++ becomes even harder than Rust.


STL containers usually makes things easier.

Usually the libraries deal with low level issues and are doing the hard work of increasing safety.

Safety will always has a cost somewhere.




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

Search: