logoalt Hacker News

stonogolast Wednesday at 7:41 PM1 replyview on HN

Seems like the real story here is that the Plan 9 port of Go is not particularly healthy, and that it's easier to modify an OS kernel than it is to fix Go?


Replies

bradfitzlast Wednesday at 8:17 PM

The Plan 9 port of Go _was_ not particularly healthy. It is now.

Fixing Go to not special case Plan 9 benefits all platforms--- all operating systems use the same code paths now, making the code simpler.