Hacker News new | ask | show | jobs
by pjmlp 1506 days ago
Easy, K&R C was rather limited, inline Assembly wasn't yet a common extension, rather you would use the external assembler, and link both object files together.

What was good for C while it was gaining adoption, surely is good enough for Go.

1 comments

Gotcha, that is along the same lines as the link I shared.