Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
deskr
1y ago
0 comments
Share
What advantages are those?
0 comments
default
newest
oldest
morning-coffee
1y ago
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