@hackage reactive-banana0.9.0.0

Library for functional reactive programming (FRP).

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:

No semantic bugs expected.

Significant API changes are planned for version 1.0.

The library features an efficient, push-driven implementation and has seen some optimization work.