Hacker News new | ask | show | jobs
by fizzbatter 3501 days ago
> Besides, Go is not any safer than C when it comes to data races. I care about those a lot too.

Agreed. It may be safer in the realm of "oops i forgot to free memory", but i've had more panics than i could count in Go.

1 comments

More importantly, it's safer in terms of using only valid memory.