Home (original) (raw)

Cloud Haskell: Erlang-style concurrent and distributed programming in Haskell. The Cloud Haskell Platform consists of ageneric network transport API, libraries for sending static closures to remote nodes, a rich API for distributed programming and a set of platform libraries modelled after Erlang’s Open Telecom Platform.

Generic network transport backends have been developed forTCP andin-memorymessaging, and several other implementations are available including a transport forWindows Azure. The wiki provides links to a number of resources for learning about the conceptual underpinnings of Cloud Haskell, and some examples.

Documentation is available on this site for HEAD, orhackage for the current and preceding versions of each library.