
On 20/06/11 15:45, 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?
Regards
RS
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
Thank you for all the feedback, it has been very useful and I am still looking into these sources. RS