Re: [Haskell-cafe] Stream Processing

2013-05-10 Thread Gabriel Gonzalez
As far as I can tell, the only thing on that list not solved currently by `pipes` is leftovers, but I will be releasing that very soon. Hello everybody, I'm trying to formulate the stream processing problem, which doesn't seem to be solved fully by the currently existing patterns. I'm experimen

Re: [Haskell-cafe] Stream processing

2013-05-11 Thread Gabriel Gonzalez
On 05/11/2013 11:04 AM, Michael Snoyman wrote: It's quite old at this point, but you may be interested in reading the initial motivations for creating conduit when the iteratee pattern (and enumerator library in particular) already existed: https://github.com/snoyberg/conduit/blob/master/READM