Skip to content

Files

Latest commit

4879f82 · Sep 3, 2024

History

History
9 lines (5 loc) · 777 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 777 Bytes

Welcome to the Distributed Haskell organization

This GitHub organization is dedicated to the implementation of Cloud Haskell.

Cloud Haskell is a domain-specific language for developing distributed systems using the Actor model popularized by Erlang. It combines the Erlang model of scheduling remote execution of computation and handling of failure, with Haskell's advantages such as type safety.

The implementation of the Cloud Haskell ideas is centered around the distributed-process repository.

You can find documentation and tutorials on haskell-distributed.github.io.