David Mazieres <dm-list-haskell-c...@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/



_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to