Remix.run Logo
ronsor 3 days ago

Not to mention that Go is never going to put C code in the standard library for anything portable. It's all Go or assembly now.

pjmlp 3 days ago | parent | next [-]

Which is the right approach, and one of the areas I actually appreciate the work of Go authors.

There is nothing special about C, other that its historical availability after UNIX's free beer came to be.

Any combination of high level + Assembly is enough.

dwattttt 3 days ago | parent | prev [-]

It's amusing to see assembly considered more portable than C.

jitl 3 days ago | parent [-]

No, portable code is written in Go, not C. Platform specific code is written in ASM.

2 days ago | parent [-]
[deleted]