Re: [Haskell-cafe] Data Flow Programming in FP

2011-06-28 Thread Richard Senington
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

Re: [Haskell-cafe] Data Flow Programming in FP

2011-06-21 Thread Richard Senington
On 20/06/11 16:37, David Barbour wrote: On Mon, Jun 20, 2011 at 7:45 AM, Richard Senington sc06...@leeds.ac.uk mailto:sc06...@leeds.ac.uk wrote: I have recently become interested in Dataflow programming and how it related to functional languages. I am wondering if the community has

Re: [Haskell-cafe] Data Flow Programming in FP

2011-06-21 Thread Heinrich Apfelmus
Richard Senington wrote: I have been looking through the papers by Conal Elliott and Paul Hudak, Hudak's book The Haskell School of Expression (chapters 13,15,17) and the latest version of the Reactive library on Hackage. In the past I have looked at Arrows, but I think I should have another

Re: [Haskell-cafe] Data Flow Programming in FP

2011-06-21 Thread David Barbour
On Tue, Jun 21, 2011 at 3:18 AM, Richard Senington sc06...@leeds.ac.ukwrote: I have been looking through the papers by Conal Elliott and Paul Hudak, Hudak's book The Haskell School of Expression (chapters 13,15,17) and the latest version of the Reactive library on Hackage. In the past I

Re: [Haskell-cafe] Data Flow Programming in FP

2011-06-21 Thread Edward Kmett
The essence of data flow programming describes how you can use comonads to model the semantics of dataflow languages. One of the best stops from there is probably, Dave Menendez's response on the Haskell mailing list back in 2005 summarized how one can move from building a semantics for dataflow

Re: [Haskell-cafe] Data Flow Programming in FP

2011-06-21 Thread David Menendez
On Tue, Jun 21, 2011 at 12:14 PM, Edward Kmett ekm...@gmail.com wrote: The essence of data flow programming describes how you can use comonads to model the semantics of dataflow languages. One of the best stops from there is probably, Dave Menendez's response on the Haskell mailing list back

Re: [Haskell-cafe] Data Flow Programming in FP

2011-06-21 Thread Mario Blažević
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

[Haskell-cafe] Data Flow Programming in FP

2011-06-20 Thread Richard Senington
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

Re: [Haskell-cafe] Data Flow Programming in FP

2011-06-20 Thread David Barbour
On Mon, Jun 20, 2011 at 7:45 AM, Richard Senington sc06...@leeds.ac.ukwrote: 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