Hacker News new | ask | show | jobs
by pjtr 4093 days ago
Doesn't Rust solve this problem?

> there are no data races

https://news.ycombinator.com/item?id=9355382

1 comments

Yes, it does, provided programmers restrict themselves to the safe subset of the language. Rust is a wonderful step in the right direction.