Re: [Haskell] [Haskell-cafe] Call for GUI examples - Functional Reactive Programming

2011-07-12 Thread Paul Liu
Hi James, I think you meant to reply to the list. For one, I wouldn't consider GUI programming based on HTML as declarative, since more often than not, the format says nothing about its behavior, and when it does, it's through javascript, which is hardly declarative. Regards, Paul Liu On Tue, Ju

Re: [Haskell] [Haskell-cafe] Call for GUI examples - Functional Reactive Programming

2011-07-11 Thread Paul Liu
You guys might want to checkout the recent work on Euterpea at Yale CS. In particular: 1. Paul Hudak is writing a new book. http://plucky.cs.yale.edu/cs431/reading.htm 2. It uses FRP and arrows for sound synthesis. 3. It combines FRP signals with monadic (which recently gets re-written in arrows)

Re: [Haskell] [Haskell-cafe] Call for GUI examples - Functional Reactive Programming

2011-07-08 Thread Henk-Jan van Tuyl
On Fri, 08 Jul 2011 08:08:26 +0200, Heinrich Apfelmus wrote: Dear Haskellers, Can GUI programming be liberated from the IO monad? Functional Reactive Programming (FRP) promises as much, and I'm trying to make this dream a reality with my [reactive-banana][] library. Having released versi

Re: [Haskell] [Haskell-cafe] Call for GUI examples - Functional Reactive Programming

2011-07-08 Thread Jason Dagit
On Thu, Jul 7, 2011 at 11:08 PM, Heinrich Apfelmus wrote: > Dear Haskellers, > > Can GUI programming be liberated from the IO monad? Functional Reactive > Programming (FRP) promises as much, and I'm trying to make this dream a > reality with my [reactive-banana][] library. Having released version

Re: [Haskell] [Haskell-cafe] Call for GUI examples - Functional Reactive Programming

2011-07-07 Thread David Virebayre
2011/7/8 Heinrich Apfelmus : > Do you know any *small GUI programs* that you would *like* to see > *implemented with Functional Reactive Programming?* I may have an example. > I would love to hear your examples, so that I can try to convert them to FRP > style and test my library against them!