Distributed Systems in Haskell
yager.io
Distributed Systems in Haskell
1–10 of 19 posts
Re: Distributed Systems in Haskell
#2Author here. Glad to see this on HN! Happy to answer any questions.
Re: Distributed Systems in Haskell
#3Author here. Glad to see this on HN! Happy to answer any questions.
Thanks for the writeup! I am wanting to learn Haskell and this inspires confidence that one can develop larger projects using a more rigorous, less error prone approach. I like it.
Re: Distributed Systems in Haskell
#4Author here. Glad to see this on HN! Happy to answer any questions.
This was a great post. Really love how you walked through the example code.
Re: Distributed Systems in Haskell
#5Author here. Glad to see this on HN! Happy to answer any questions.
Why Haskell? What made you choose Haskell?
Re: Distributed Systems in Haskell
#6Did you run into any bugs or strange beahviour in Cloud Haskell? I looked into using it a while ago and came to the (possibly hasty) conclusion that it's not stable enough to build a large project on. Thanks!
Re: Distributed Systems in Haskell
#7Re: Distributed Systems in Haskell
#8Did you run into any bugs or strange beahviour in Cloud Haskell? I looked into using it a while ago and came to the (possibly hasty) conclusion that it's not stable enough to build a large project on. Thanks!
None. It was rock solid; never a hiccup. It's evolving, but it seems quite well written and correct. As with many Haskell libraries in "beta", it works perfectly even though it's not finalized.
Re: Distributed Systems in Haskell
#9Distributed Programming was one of the things flagged "Immature" in State of the Haskell Ecosystem [1]. Just out of curiosity, was that a motivation behind the project, or do you have any other thoughts on that post-project?
[1] https://github.com/Gabriel439/post-rfc/blob/master/sotu.md#d...
Re: Distributed Systems in Haskell
#10Very interesting structure of explanation. I like your short sumarization (tl;dr) at beginning and "why?" reasoning. I think i will copy it in my next book :-)