RxHaskell

Reactive Extensions for Haskell

https://github.com/jspahrsummers/RxHaskell

Latest on Hackage:0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Justin Spahr-Summers
Maintained by [email protected]

An implementation of functional reactive programming based on Microsoft's Reactive Extensions for .NET: http://msdn.microsoft.com/en-us/library/hh242985(v=VS.103).aspx.

RxHaskell offers a monadic API, making it easier to interleave side effects and imperative-style code.