The reactive-banana package
A small but solid library for functional reactive programming (FRP).
The current focus of this library is to implement a subset of the semantic model for functional reactive programming pioneered by Conal Elliott.
Moreover, this library can hooked into any existing event-based framework. It is especially useful in conjunction with existing GUI frameworks like wxHaskell or gtk2hs.
This also means that your code can be a mix of FRP and imperative parts. Bored of programming imperative GUIs? Write some parts with FRP! Don't know how to express something with FRP? Switch back to imperative style!
In the spectrum of possible FRP implementations, this one features simple semantics but modest expressivity. Predicting space & time usage should be easy.
Stability forecast: Known inefficiencies that will be addressed. No semantic bugs expected. Significant API changes are likely in future versions.
Properties
| Versions | 0.1.0.0, 0.1.0.2, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.3.0.0, 0.3.0.1, 0.4.0.0, 0.4.1.0, 0.4.1.1, 0.4.2.0, 0.4.3.0, 0.4.3.1, 0.4.3.2, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.6.0.0, 0.7.0.0, 0.7.0.1, 0.7.1.0, 0.7.1.1, 0.7.1.2 |
|---|---|
| Dependencies | base (≥4.3 & <5), containers (0.4.*), QuickCheck (2.4.*), transformers (0.2.*), vault (0.1.*) |
| License | BSD3 |
| Author | Heinrich Apfelmus |
| Maintainer | Heinrich Apfelmus <apfelmus quantentunnel de> |
| Stability | Experimental |
| Category | FRP |
| Home page | http://haskell.org/haskellwiki/Reactive-banana |
| Source repository | git clone git://github.com/HeinrichApfelmus/reactive-banana.git |
| Upload date | Sun Jan 1 16:25:11 UTC 2012 |
| Uploaded by | HeinrichApfelmus |
| Built on | ghc-7.2 |
| Distributions | NixOS: 0.7.1.2, Debian: 0.7.0.1 |
Modules
Downloads
- reactive-banana-0.4.3.1.tar.gz (Cabal source package)
- package description (included in the package)