Hacker News new | ask | show | jobs
by alexpadula 381 days ago
Wowow. GO to not be used with systems programming? Absurd.
2 comments

go is ill suited for many systems programming environments. It works well on servers and larger iot devices with 512+ mib off ram, but not great on things with tighter constraints. We tried to use it for our netstack implementation for years and ultimately came to the conclusion we needed to switch to a language with greater control. Storage, RAM, and CPU usage were all improved with the switch. I don't consider it a systems programming language but rather something approaching systems programming.
My jaw dropped when I read your comment.