Limbo
Limbo is a programming language for writing distributed systems and is the language used to write applications for the Inferno operating system. It was designed at Bell Labs by Sean Dorward, Phil Winterbottom, and Rob Pike. Wikipedia
Created Year: 1995Developed by: Bell Labs
Named after: limbo
Wikidata: Q544927
Influenced by: C
Programming paradigms: concurrent computing • modular programming
Limbo Influence Network
Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.
Hello World in Limbo
implement Hello;
include "sys.m";
sys: Sys;
include "draw.m";
Hello: module
{
init: fn(ctxt: ref Draw->Context, argv: list of string);
};
init(ctxt: ref Draw->Context, argv: list of string)
{
sys = load Sys Sys->PATH;
sys->print("Hello World\n");
}
Source: github.com/leachim6/hello-world
Free Limbo books, articles, documentation
Search on GitHub
Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
---|
Latest data update: 2024-09-05