Hacker News new | ask | show | jobs
by jacques_chester 4848 days ago
I wonder if we can include Go here? I understand that it's a descendent of Limbo, which was developed as part of Plan 9.
1 comments

Go is very similar to Limbo. Seriously, really similar, because some of the same people wrote both.

Limbo is a programming language that compiles to instructions for the Dis VM, which is what runs the Inferno operating system.

Inferno came about as a way to use some of the good ideas from Plan 9 in other devices, such as telephones and set-top boxes.