TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Distributed Systems in Haskell

171 点作者 philippelh将近 9 年前

5 条评论

T-R将近 9 年前
Distributed Programming was one of the things flagged &quot;Immature&quot; 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?<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;Gabriel439&#x2F;post-rfc&#x2F;blob&#x2F;master&#x2F;sotu.md#distributed-programming" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Gabriel439&#x2F;post-rfc&#x2F;blob&#x2F;master&#x2F;sotu.md#d...</a>
评论 #11894541 未加载
boothead将近 9 年前
Excellent write up. One point though: watch out for WriterT and RWST leaking memory:<p><a href="http:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;25280852&#x2F;space-leak-in-pipes-with-rwst" rel="nofollow">http:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;25280852&#x2F;space-leak-in-pi...</a><p>It&#x27;s often better to just include the writer part you need in a larder State type (lenses make this really seamless)&#x2F;
评论 #11892584 未加载
评论 #11894418 未加载
gnusouth将近 9 年前
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&#x27;s not stable enough to build a large project on. Thanks!
评论 #11891686 未加载
wyager将近 9 年前
Author here. Glad to see this on HN! Happy to answer any questions.
评论 #11890917 未加载
评论 #11892651 未加载
评论 #11892367 未加载
评论 #11891530 未加载
评论 #11891122 未加载
selmat将近 9 年前
Very interesting structure of explanation. I like your short sumarization (tl;dr) at beginning and &quot;why?&quot; reasoning. I think i will copy it in my next book :-)