Category:Limbo
From Rosetta Code
Limbo
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Limbo.
This programming language may be used to instruct a computer to perform a task.
| Official website |
|---|
| Garbage collected: | Yes |
|---|---|
| See Also: |
|
Your Help Needed
If you know Limbo, please write code for some of the tasks not implemented in Limbo.
If you know Limbo, please write code for some of the tasks not implemented in Limbo.
Limbo is the application programming language for Inferno. Syntactically similar to C, it has several features that make it simpler, safer and yet more powerful and better suited to the development of concurrent, distributed systems. The Limbo compiler generates architecture independent object code which is then interpreted by the Inferno Virtual Machine or compiled just before runtime to improve performance. This ensures that Limbo applications are completely portable across all Inferno platforms.[1]
Limbo's approach to concurrency was inspired by Hoare's Communicating Sequential Processes (CSP).[2]
[edit] Citations
[edit] See Also
Subcategories
This category has the following 3 subcategories, out of 3 total.