Reactive-banana
From HaskellWiki
(Difference between revisions)
(→What is it?) |
(→What is it?) |
||
| Line 1: | Line 1: | ||
== What is it? == | == What is it? == | ||
| - | <div style="float: | + | <div style="float:left;"> |
[[Image:Reactive-Banana-banana.png|Reactive banana displaying trigger-happy <code>Behavior</code>.]]</div> | [[Image:Reactive-Banana-banana.png|Reactive banana displaying trigger-happy <code>Behavior</code>.]]</div> | ||
''Reactive-banana'' is a library for [[Functional Reactive Programming]] (FRP). | ''Reactive-banana'' is a library for [[Functional Reactive Programming]] (FRP). | ||
Revision as of 13:49, 23 February 2012
Contents |
1 What is it?
Reactive-banana is a library for Functional Reactive Programming (FRP).
Support the project with a small donation:
FRP offers an elegant and concise way to express interactive programs such as graphical user interfaces, animations, computer music or robot controllers. Thus, the reactive-banana library promises to avoid the spagethetti code commonly used in traditional GUI technologies.
The specific goal of the library is to provide a solid foundation.
- Users can finally use FRP to program graphical user interfaces as the library can be hooked into any existing event-based framework like wxHaskell or Gtk2Hs. A plethora of example code helps with getting started.
- Programmers interested in implementing FRP will have a reference for a simple semantics with a working implementation.
- It features an efficient implementation. No more spooky time leaks, predicting space & time usage should be straightforward.
Feedback is welcome, I want to hear from you!
2 Status
Current development focuses on dynamic event switching. Examples from game programming and computer music are planned.
- 24 October 2011: reactive-banana 0.4.3.0 released.
- 26 September 2011: Added some more examples, reactive-banana 0.4.2.0 released.
- 14 July 2011: Implemented many examples, reactive-banana 0.4.1.0 released.
- 22 June 2011: reactive-banana 0.3.0.0 released
- 28 April 2011: reactive-banana 0.2.0.0 released
3 Releases and Resources
- Download on Hackage
- reactive-banana - the FRP library itself
- reactive-banana-wx - binding to the wxHaskell GUI library
- Documentation
- Feedback and Contact
- Maintainer: Heinrich Apfelmus <apfelmus at quantentunnel de>
- Bugs and feature requests? Issue Tracker!
- Questions? Ask on StackOverflow!
- Source code on github
- reactive-banana source
- reactive-banana-wx source
4 External Links
No external links yet.
Categories: FRP | User interfaces | Libraries | WxHaskell | Packages

