[Haskell-cafe] ANNOUNCE: iterIO-0.1 - iteratee-based IO with pipe operators

Henk-Jan van Tuyl hjgtuyl at chello.nl
Fri May 6 15:44:22 CEST 2011


On Fri, 06 May 2011 15:10:26 +0200, Felipe Almeida Lessa  
<felipe.lessa at gmail.com> wrote:

> So, in the enumerator vs. iterIO challenge, the only big differences I  
> see are:
>
>  a) iterIO has a different exception handling mechanism.
>  b) iterIO can have pure iteratees that don't touch the monad.
>  c) iterIO's iteratees can send control messages to ther enumerators.
>  d) iterIO's enumerators are enumeratees, but enumerator's enumerators
> are simpler.
>  e) enumerator has fewer dependencies.
>  f) enumerator uses conventional nomenclature.
>  g) enumerator is Haskell 98, while iterIO needs many extensions (e.g.
> MPTC and functional dependencies).
>
> Anything that I missed?

iterIO cannot be compiled on Windows, because it depends on the package  
unix.

Regards,
Henk-Jan van Tuyl


-- 
http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
--



More information about the Haskell-Cafe mailing list