top | item 45406602

(no title)

tiu | 5 months ago

Why Plan 9 seems to be 'much' more popular/discussed and not Inferno?

[0]: https://en.wikipedia.org/wiki/Inferno_(operating_system)

discuss

order

yjftsjthsd-h|5 months ago

> Applications are written in the Limbo programming language, which provides static typing, garbage collection, and built-in concurrency features. Limbo code is compiled into architecture-independent bytecode executed by the Dis virtual machine. The Dis VM can interpret the bytecode or compile it just-in-time into native instructions, allowing applications to run consistently across different platforms.

Can you port existing software to it, or do you have to rewrite everything in Limbo? Because if you do, that right there almost completely kills it IMO.

pjmlp|5 months ago

You could port as much as what was already on Plan 9, so same restrictions apply as UNIX to Plan 9.

The C compiler is there, the same way as in Plan 9, Inferno is the evolution of Plan 9, in one way it was Bell Labs response to Java, in other way it was another take to what went wrong in Plan 9 like the failure to design Alef to be usable.

Naturally Limbo was prefered as the main userspace language, from safety and usability point of view.

rcarmo|5 months ago

As someone who tried to use both, there is little you can do with it in practice when compared to Plan9. There was a _great_ baremetal port of Inferno to the Raspberry Pi, but there aren't any modern versions for other SBCs.

pjmlp|5 months ago

Yes, it is a tragedy that so many leave the UNIX evolution[0] train at the middle station, instead of the end.

[0] - as per what its creators worked on following it