
8 Jul
2015
8 Jul
'15
2:54 p.m.
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