[Haskell-cafe] Long-running request/response protocol server using enumerator/iterator/iterIO/pipes/conduits/...
Christopher Done
chrisdone at googlemail.com
Tue Jun 26 21:32:35 CEST 2012
On 26 June 2012 21:22, Nicolas Trangez <nicolas at incubaid.com> wrote:
> Might sound easy (and actually it's pretty easy in most other languages
> I know, including an OCaml implementation), yet I fail to figure out how
> to get this done using some enumerator-style library.
Well, it's easy in Haskell, too. Just use the standard libraries.
If you want to mess around with these still-in-research iteratees and
eumerators for the composability then go for it, but when it's hard or
weird, you can't really blame that on the language. :-)
More information about the Haskell-Cafe
mailing list