[Haskell-cafe] Announcing: monadic FRP using stm

Silvio Frischknecht silvio.frischi at gmail.com
Wed Jul 8 18:54:33 UTC 2015


Hi Haskellers,

I know there are already a lot of FRP libraries out there, but still.
This is my take on it.

It's a very simple library. There are portable Signals that are
basically TVars with some update Notifiers. Then you can combine them
using a continuation like monad.

Because you have a Monad and not only Applicative it's very intuitive
and powerful.

Check it out.

github: https://github.com/yokto/Updater
hackage: https://hackage.haskell.org/package/Updater

Be warned though. There are probably still some bugs around, but the
basics seem to work and there is an example program.

Silvio


More information about the Haskell-Cafe mailing list