Hacker News new | ask | show | jobs
by pc86 467 days ago
I can't imagine the devs at Microsoft have any issues with C#'s "deployment model."
2 comments

I can imagine C# being annoying to integrate into some CIs, for instance. Go fits a sweet spot, with its fast compiler and usually limited number of external dependencies.
I assume they picked Go because the binaries can be very stand alone.