
On 11-06-20 10:45 AM, Richard Senington wrote:
Hi all,
I have recently become interested in Dataflow programming and how it related to functional languages. I am wondering if the community has any advice on reading matter or other directions to look at.
So far I have been looking through the FRP libraries, using Haskell functions with lazy lists for co-routines and the Essence of Dataflow Programming by Uustalu and Vene where they propose using co-monads.
It looks as though Iteratees are also relevant but I have not got round to looking at them in detail yet.
Have I missed anything?
You may also be interested in the SCC package, based on the lower-level monad-coroutine package. It's more in the Flow-Based Programming tradition than in the Dataflow one, so I'm not sure it fits what you're looking for.