Y
Hacker News
new
|
ask
|
show
|
jobs
by
ChrisSD
2826 days ago
Go isn't good at the system level. I.e. calls to C APIs are expensive, etc.
1 comments
JustSomeNobody
2825 days ago
Wait, I thought Go was designed as a system language.
link
xapata
2825 days ago
Go was designed for concurrency (and the docs take care to distinguish that from parallelism), fast compilation, and easy deployment.
link
floatboth
2825 days ago
Only in the Google sense i.e. "for building big systems… like servers". Not as in "close to your operating system" or "you should write an operating system in it".
link