<div dir="ltr">Seems to be similar to Transient:<div><br></div><div><a href="https://www.fpcomplete.com/user/agocorona/monad-reactive-programming-2">https://www.fpcomplete.com/user/agocorona/monad-reactive-programming-2</a><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-07-08 20:54 GMT+02:00 Silvio Frischknecht <span dir="ltr"><<a href="mailto:silvio.frischi@gmail.com" target="_blank">silvio.frischi@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Haskellers,<br>
<br>
I know there are already a lot of FRP libraries out there, but still.<br>
This is my take on it.<br>
<br>
It's a very simple library. There are portable Signals that are<br>
basically TVars with some update Notifiers. Then you can combine them<br>
using a continuation like monad.<br>
<br>
Because you have a Monad and not only Applicative it's very intuitive<br>
and powerful.<br>
<br>
Check it out.<br>
<br>
github: <a href="https://github.com/yokto/Updater" rel="noreferrer" target="_blank">https://github.com/yokto/Updater</a><br>
hackage: <a href="https://hackage.haskell.org/package/Updater" rel="noreferrer" target="_blank">https://hackage.haskell.org/package/Updater</a><br>
<br>
Be warned though. There are probably still some bugs around, but the<br>
basics seem to work and there is an example program.<br>
<br>
Silvio<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Alberto.</div>
</div>