- From: Dominic Tarr <notifications@github.com>
- Date: Tue, 23 Aug 2016 04:12:56 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 23 August 2016 11:13:23 UTC
@ariutta I recently learnt about a variation on reduce called a "scanner" it is a reduce, except it returns the currently reduced value on every iteration. this could be combined with a map/filter to implement a parser that is all pure functions but also streaming. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/461#issuecomment-241699627
Received on Tuesday, 23 August 2016 11:13:23 UTC