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

This is very nice. In Rust, if you accidentally share mutable data between threads, the borrow checker should catch it at compile time. Few other languages catch such errors. Go, for example, does not. This makes writing parallel code much, much safer.


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

Search: