Hacker News new | ask | show | jobs
by geodel 3388 days ago
Interesting talk. Go folks also probably want cgo similarly difficult to use. Though for them I guess it will work, as they have already written compiler/GC/runtime/ssl etc in Go plus some asm.
1 comments

I never understood why cgo was an option instead of doing what most languages do.

The only reason I see, was having an easier way to parse header files.