Limbo (programming language)

   

Limbo is a programming language for writing distributed systems and is the language used to write applications for the Inferno operating system. Limbo supports modular programming, concurrent programming, strong type checking at compile- and run-time, interprocess communication over typed channels, automatic garbage collection, and simple abstract data types.

The Limbo compiler generates architecture independent object code which is then interpreted by the Dis virtual machine or compiled just before runtime to improve performance. Therefore all Limbo applications are completely portable across all Inferno platforms.



de:Limbo (Programmiersprache)

Retrieved from "http://www.mywiseowl.com/articles/Limbo_%28programming_language%29"

This page has been accessed 55 times. This page was last modified 03:10, 31 Oct 2004. All text is available under the terms of the GNU Free Documentation License (see Copyrights for details).