Comment on Ask HN: Go. Flavor of the month or here to stay?parentComments−khyryk11yIt's basically an unremarkable C-ish language with an advanced green threading library built in. Channels and green threads aren't that difficult to replicate, but select is.
Comments
It's basically an unremarkable C-ish language with an advanced green threading library built in. Channels and green threads aren't that difficult to replicate, but select is.