[Haskell-cafe] safe lazy IO or Iteratee?
David Leimbach
leimy2k at gmail.com
Thu Feb 4 17:39:25 EST 2010
On Thu, Feb 4, 2010 at 1:26 PM, Bulat Ziganshin
<bulat.ziganshin at gmail.com>wrote:
> Hello John,
>
> Thursday, February 4, 2010, 11:51:59 PM, you wrote:
>
> > tl;dr: Lots of smart people, with a history of being right about this
> > sort of thing, say iteratees are better. Evidence suggests
> > iteratee-based IO is faster and more predictable than lazy IO.
> > Iteratees are really hard to understand.
>
> thank you! good time for iteratee tutorials? ;)
>
>
I put up my version of "cat" on my blog... http://leimy9.blogspot.com
I'm just using runInteractiveCommand, and then putting the Handle returned
through an enumerator/iteratee processing fold to get the contents.
>
> --
> Best regards,
> Bulat mailto:Bulat.Ziganshin at gmail.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20100204/c70e0fa1/attachment.html
More information about the Haskell-Cafe
mailing list