Hacker News new | ask | show | jobs
by cyberax 236 days ago
Yeah, so pretty much every large project has concurrency bugs in Go. Because before generics, there was no way to write a parallel for-each loop without shooting yourself in the foot a couple of times.

Go is simple just like assembly is simple.