Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
service
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
Freenet DSL
Who's Online
10 user(s) are online (8 user(s) are browsing encyclopedia)

Members: 0
Guests: 10

more...
partner

Limbo programming language

Limbo is a programming language for writing distributed systems and is the language used to write Application software for the Inferno (operating system) operating system.

The Limbo Compiler generates Computer 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.

=Language features=

Limbo supports the following features:

  • Modularity (programming)
  • concurrent programming
  • strong type checking at compile- and run-time
  • interprocess communication over typed channels
  • automatic garbage collection (computer science)
  • simple abstract data types.
  • =See also=

  • The Inferno (operating system) operating system.
  • Alef - The predecesor of Limbo.
  • Plan 9 from Bell Labs
  • =External links=

    *[http://www.vitanuova.com/inferno/limbo.html Vita Nuova page on Limbo]