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
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)
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
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
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!