Hacker News new | ask | show | jobs
by kragen 2539 days ago
Yeah, I should have mentioned Limbo. But it's been so long since I looked at it that I don't remember what its semantics are like.
1 comments

The big difference versus Go, is that Limbo is like Java, in the sense that it favours dynamic linking.

Go nowadays supports dynamic linking, but it isn't the default, the plugin package is quite basic and only supported on Linux and OS X..