Personal tools Home Log in ?php $this->data['sitenotice'] = 'This is a test instance. Do not edit, your changes will be lost.'; ? Views Page Discussion View source History Jump to: navigation , search start content Cloud Haskell is a library for distributed concurrency in Haskell. The purpose is to make it easier to write programs for clusters of machines. It provides a message passing communication model, inspired by and very similar to that of Erlang. 1 Availability 2 Videos and Blog Posts 3 Papers 4 Documentation and Support 5 Current Status 6 Contributing 7 Semantics 8 Other Useful Packages 8.1 Serializable 9 Migration from remote 1 Availability Cloud Haskell is available from Hackage as distributed-process . You will probably also want to install a backend: The distributed-process-simplelocalnet backend is designed to ...