I remember someone on this site pointed out that GC-languages is inherently unsafe.<p>One example is Ruby, it’s a language with GC, so it should be safe. But it’s written in a unsafe language (C), therefore Ruby is unsafe.<p>Personally, I don’t know if I agree with that and if that logic can be applied to Go aswell.