How to use reactive banana with Gtk2Hs?

I am trying to get some experience with reactive banana by agreeing to its website , it must support GTK. I was wondering if there is any tutorial / introductory material on how to do this?

I read here at SO that there is a jaek project, but I'm looking more for a minimal example of using reactive banana with gtk2hs (gtk3 from hackage), since I have no prior experience with FRP or reactive banana.

In addition, I tried many times with reactive banana-wx on Windows / MinGW. Even though I was able to eventually get wxHaskell to install, there were runtime errors up ( https://stackoverflow.com/questions/23367950/wxc-segfault-in-wxhaskell ). I think I could not get wxHaskell to work correctly unless I gave up everything until 2010 or earlier, since after that there were no instructions on how to get wxHaskell to work on Windows, only questions.

I tried installing Gtk2Hs today. Even with gtk3, it was a breeze. This makes me wonder if there is any good stuff for beginners on this route (i.e. Reactive Banana + gtk2Hs).

Thanks,

+8
haskell reactive-programming frp reactive-banana
source share

No one has answered this question yet.

See similar questions:

eleven
Is there a reactive banana gtk?

or similar:

1149
What is (functional) reactive programming?
261
How fundamentally different are push-pull and jib FRP?
55
Comparison of core.async and functional reactive programming (+ Rx)
nine
Dynamic event switching in a reactive banana
8
Jet table with jet banana and gtk2hs
7
Propulsion against jet banana
6
Testing in Reaction Banana
4
The implementation of ifB in a reaction-banana
2
How to buffer events in a reaction banana
2
windows install for Haskell Frp package?

All Articles