Hacker News new | past | comments | ask | show | jobs | submit login

Solaris had separate libc, libnss, libsocket, and libpthread, I think?

Unlike many languages, Go doesn't use any libc on Linux. It uses the raw kernel API/ABI: system calls. Which is why a Go 1.18 binary is specified to be compatible with kernel version 2.6.32 (from December 2009) or later.

There are trade-offs here. But the application developer does have choices, they're just not no-cost.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: