[Haskell-cafe] ANNOUNCE: iterIO-0.1 - iteratee-based IO with pipe operators
Ertugrul Soeylemez
es at ertes.de
Fri May 6 11:19:16 CEST 2011
David Mazieres <dm-list-haskell-cafe at scs.stanford.edu> wrote:
> Hi, everyone. I'm pleased to announce the release of a new iteratee
> implementation, iterIO:
>
> http://hackage.haskell.org/package/iterIO
>
> IterIO is an attempt to make iteratees easier to use through an
> interface based on pipeline stages reminiscent of Unix command
> pipelines. Particularly if you've looked at iteratees before and been
> intimidated, please have a look at iterIO to see if it makes them more
> accessible.
>
> [...]
>
> Please enjoy. I'd love to hear feedback.
Thanks a lot, David. This looks like really good work. I'm using the
'enumerator' package, and looking at the types your library seems to use
a similar, but more complicated representation. Is there any particular
reason, why you didn't base your library on an existing iteratee package
like 'enumerator'?
Greets,
Ertugrul
--
nightmare = unsafePerformIO (getWrongWife >>= sex)
http://ertes.de/
More information about the Haskell-Cafe
mailing list