vote up 6 vote down star

I find Oleg's docs on Iteratee somewhat difficult to get into. Especially since some of the functions in his posts to Haskell-Cafe aren't in the iteratee library (like enum_file).

Is there a good introduction to iteratee somewhere, something that goes through basics like opening a file/socket, reading and processing the data.

flag

71% accept rate

2 Answers

vote up 1 vote down check

As far as I know, there is no good introduction yet. I learned them by rewriting Oleg's code. So that would certainly be one path: implement a left-fold based IO layer.

link|flag
vote up 3 vote down

I have some slides on monoidal parsing that build Iteratee based Parsec streams up as an intermediate result that you might find useful.

http://comonad.com/reader/2009/iteratees-parsec-and-monoid/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.