[Haskell-cafe] Long-running request/response protocol server using enumerator/iterator/iterIO/pipes/conduits/...

Nicolas Trangez nicolas at incubaid.com
Tue Jun 26 21:39:46 CEST 2012


On Tue, 2012-06-26 at 21:32 +0200, Christopher Done wrote:
> 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.

Sure, that could work.

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

Make no mistake, I'm not blaming anything except my own inability to
figure this out ;-)

Thanks,

Nicolas




More information about the Haskell-Cafe mailing list