@hackage reactive-banana1.3.2.0
Library for functional reactive programming (FRP).
Categories
License
BSD-3-Clause
Maintainer
Heinrich Apfelmus <apfelmus quantentunnel de>
Links
Versions
Installation
Tested Compilers
Dependencies (11)
- base >=4.2 && <5
- containers >=0.5 && <0.9
- deepseq >=1.4.3.0 && <1.6
- hashable >=1.1 && <1.6
- pqueue >=1.0 && <1.7
- semigroups >=0.13 && <0.21 Show all…
Dependents (20)
@hackage/reactive-midyim, @hackage/reactive-banana-sdl2, @hackage/bogre-banana, @hackage/reactive-banana-bunch, @hackage/reactive-banana-wx, @hackage/hgeometry, Show all…
Reactive-banana is a library for Functional Reactive Programming (FRP).
FRP offers an elegant and concise way to express interactive programs such as graphical user interfaces, animations, computer music or robot controllers. It promises to avoid the spaghetti code that is all too common in traditional approaches to GUI programming.
See the project homepage http://wiki.haskell.org/Reactive-banana for more detailed documentation and examples.
Stability forecast. This is a stable library, though minor API changes are still likely. It features an efficient, push-driven implementation and has seen some optimization work.
API guide.
Start with the Reactive.Banana module.