Hacker News new | ask | show | jobs
by smeg 5182 days ago
Right, so native code generated by Go probably needs some kind of runtime initialization before it can even start executing.
1 comments

Among other things which aren't expressible in Go, that's part of it. You could do those bits in Assembler and the rest in Go if you really wanted to stay out of C, but the net effect is just that the language runtime becomes harder to port to new platforms.