Cloud Haskell
haskell-distributed.github.io
Cloud Haskell
1–10 of 32 posts
Re: Cloud Haskell
#2If Cloud Haskell is going to reference "Erlang-style concurrent and distributed programming" and the Open Telecom Platform (OTP), I think it's warranted on the site to also see a comparison of what, if any, differences there are between the two in philosophy or differences in the Cloud Haskell's interpretation of those two things. Will some features be prioritized over others?
Re: Cloud Haskell
#3Cloud Haskell has seen a lot of work by a lot of folks, but it's important to remind folks that it's not meant to serve every possible workload, nor is it necessarily the ultimate design for distributed compute in Haskell. It's good for some things, but not everything.
Re: Cloud Haskell
#4For those that might be scared by the fact that the "Recent Activity" list on the homepage hasn't been updated in a while: never fear, it's still under active development:
Re: Cloud Haskell
#5Any idea when GHC 7.10's static pointers will be supported?
Re: Cloud Haskell
#6What advantages it bring over Erlang/Elixir OTP ?
Other than get to use Haskell...
Re: Cloud Haskell
#7What advantages it bring over Erlang/Elixir OTP ? Other than get to use Haskell...
The obvious advantage is typed channels.
http://haskell-distributed.github.io/documentation.html#type...
Re: Cloud Haskell
#8I guess Haskell finally made it.