TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

An HTTP client in Haskell using io-streams

41 pointsby donsabout 12 years ago

4 comments

archivatorabout 12 years ago
I have to say this looks like a really convenient library!<p>Aside: As a Haskell beginner, I find it astonishing that 1-letter names are the norm in Haskell-land. To me, names are not just placeholders imposed on you by the language, they should convey meaning, too!
评论 #5330713 未加载
评论 #5330619 未加载
评论 #5330615 未加载
评论 #5331029 未加载
aristidbabout 12 years ago
Well, at least the monad abuse uses a real monad, but why not just use lens (<a href="http://lens.github.com/" rel="nofollow">http://lens.github.com/</a>)?
mercurialabout 12 years ago
Io-streams looks nice, but I think I'll stay with pipes. Along with pipes-safe, it lets you for instance open resources safely inside your stream, which is a very convenient feature at times.
评论 #5331271 未加载
dschiptsovabout 12 years ago
Look Ma, no sockets?)