Y
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
kiitos
382 days ago
...so long as your code doesn't use unsafe, neither directly nor transitively.
link