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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Image Processing with Comonads

47 点作者 emillon超过 10 年前

2 条评论

tomwilde超过 10 年前
Why do Haskell programmers see it as a good thing to package their abstractions in syntactic sugar?<p>Stop doing that. It makes it incredibly difficult to participate -- you basically need to learn 3 syntaxes on top of Haskell&#x27;s own to contribute to any non-trivial project.<p>I&#x27;m referring to the article the post&#x27;s author recommends: <a href="http://www.haskellforall.com/2013/02/you-could-have-invented-comonads.html" rel="nofollow">http:&#x2F;&#x2F;www.haskellforall.com&#x2F;2013&#x2F;02&#x2F;you-could-have-invented...</a>
评论 #8670851 未加载
评论 #8671001 未加载
评论 #8671702 未加载
评论 #8670948 未加载
评论 #8671222 未加载
vinkelhake超过 10 年前
Seeing as this was presented as an example of how comonads can be used in real-world scenarios: what&#x27;s the performance like?