from Hacker News

Distributed Systems in Haskell

by philippelh on 6/12/16, 6:33 PM with 18 comments

  • by T-R on 6/13/16, 8:06 AM

    Distributed 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...

  • by boothead on 6/13/16, 8:50 AM

    Excellent write up. One point though: watch out for WriterT and RWST leaking memory:

    http://stackoverflow.com/questions/25280852/space-leak-in-pi...

    It's often better to just include the writer part you need in a larder State type (lenses make this really seamless)/

  • by gnusouth on 6/13/16, 3:47 AM

    Did 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!
  • by wyager on 6/12/16, 11:24 PM

    Author here. Glad to see this on HN! Happy to answer any questions.
  • by selmat on 6/13/16, 8:22 AM

    Very 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 :-)