Hacker News new | past | comments | ask | show | jobs | submit login

should be mentioned that Go has optional flags already built in to the compiler for detection of data races.



the race detector ( -race ) only detects races that actually occur. If they don't happen, then it doesn't detect them.


should we also mention that C has optional tooling for memory safety?




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: