Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
deskr
1y ago
0 comments
Save
Share
What advantages are those?
0 comments
4 comments · 1 top-level
top
newest
oldest
morning-coffee
1y ago
· 3 in thread
Rust's compiler can prevent data races, for example. (It forbids mutation in the presence of aliasing, which is the root of it.)
dijit
1y ago
should be mentioned that Go has optional flags already built in to the compiler for detection of data races.
jb1991
1y ago
the race detector ( -race ) only detects races that actually occur. If they don't happen, then it doesn't detect them.
ycombinatrix
1y ago
should we also mention that C has optional tooling for memory safety?
j
/
k
navigate · click thread line to collapse