Hacker News new | ask | show | jobs
by JustSomeNobody 2830 days ago
Wait, I thought Go was designed as a system language.
2 comments

Go was designed for concurrency (and the docs take care to distinguish that from parallelism), fast compilation, and easy deployment.
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".