bearriver

FRP Yampa replacement implemented with Monadic Stream Functions.

https://github.com/ivanperez-keera/dunai

Latest on Hackage:0.14.8

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.

BSD-3-Clause licensed by Ivan Perez, Manuel Bärenz
Maintained by [email protected]

Yampa is a popular Functional Reactive Programming (FRP) implementation that has been used extensively for all kinds of applications, including robotics and games.

Monadic Stream Functions are a new abstraction for data processors that combine arrows and monads. The library dunai provides a default implementation.

Bearriver (a tributary to the Yampa river) provides the same API as Yampa, but implemented using dunai underneath. The goal is to facilitate understanding what's different about Yampa, and other FRP and Reactive Programming libraries, by creating wrappers around dunai defined precisely by those differences.

Because dunai is particularly fast, especially with optimizations enabled, this implementation is faster than traditional Yampa for medium-sized and large applications.