Hacker News new | ask | show | jobs
by chillydawg 3517 days ago
I get why you're saying this, but go-to-c bindings are not fun and that's how you'd have to talk to the hardware.
1 comments

Only for the one implementing it.

Also on some platforms it could even be Go-to-hardware.

You really want a higher-level API in most cases, and these are almost exclusively written in C/C++. Also in Go, there's a certain overhead when calling C functions.