Hacker News new | ask | show | jobs
by yjftsjthsd-h 258 days 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.

1 comments

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.

Ah, okay, I thought limbo was the only userspace language, which would massively hinder adoption. If that's not the case then I know of no particular technical reason inferno wouldn't be a good option. I do wonder if other people had the same misunderstanding as I did.
Here is one of the places where you can see the reference to C compiler being available.

https://inferno-os.org/solutions/embedded