Hacker News new | ask | show | jobs
by withoutboats3 384 days ago
The alternative to C++ that I meant was Rust, which statically prevents data races.
1 comments

...so long as your code doesn't use unsafe, neither directly nor transitively.