Hacker News new | ask | show | jobs
by hu3 2534 days ago
Isn't Go inspired by Oberon? That would explain some things.
1 comments

Yes, the method syntax comes from Oberon-2, unsafe package is similar to SYSTEM on Oberon.

The rest comes from Limbo (Inferno's userspace language).

Unfortunately it also left a couple of other nice things from those languages.