@hackage reactive-banana0.1.0.0

Small but flexible functional reactive programming (FRP) library.

A small but flexible library for functional reactive programming (FRP).

The main selling point of this library is that it can be hooked into any existing event-based framework. In a sense, reactive-banana is a fresh way to think about callback functions.

In other words, you can freely mix FRP and imperative code. Bored of writing 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.