Just to address the unanswered Limbo questions:
The only Limbo compilers extant compile to a portable bytecode for the Dis 
virtual machine. The only first-class Dis implementation is built into Inferno. 
Dis can be either interpreted or just-in-time compiled. The historical claim 
was a that the JIT gave performance about 1.5x slower than compiled C, although 
I've not seen that benchmarked in about a decade. Years ago, Russ did a sort of 
first draft of getting Dis to run directly under Plan 9 (which I believe is 
still available), and I have some vague recollection of someone extending that 
a bit.

Limbo remains my favorite language to write in, but given Go's surprisingly 
rapid uptake and current momentum, I somewhat suspect the community would be 
better served by assisting in those porting efforts.

As an aside, the comments about Alef's demise aren't really relevant. Alef had 
no significant development community outside the Labs, only ran on one other 
platform afaik, and all the work to support it had to be done by the same group 
doing "core" Plan 9. A community-provided port of a language with an existing 
language with its own community wouldn't fit those circumstances.

Anthony

Reply via email to