Jump to content

Limbo (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 62.254.170.97 (talk) at 11:43, 29 May 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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, strong type checking at compile- and run-time, interprocess communication over typed channels, automatic garbage collection, and simple abstract data types.