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

Maybe read up on Rust. Its type system prevents memory errors. To use after free, no use of invalid iterators, no buffer overflows. No data races in multithreaded code. It's pretty cool.


Its type system certainly does not prevent memory errors.


It prevents certain classes of memory errors.




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

Search: