Hacker News new | ask | show | jobs
by lautis 4889 days ago
Yes, according to the author of Bacon, it is heavily inspired by the JS flavor of Rx, RxJS.
1 comments

Roger that. I got into trouble with Hot and Cold Observables and wanted a model that fits my needs a bit better. Hence Reactive Bacon (https://github.com/raimohanska/reactive-bacon). Then I realised I cannot run Haskell in some of the contemporary browsers and translated it into Javascript :)
Yeah, compiling Haskell to JavaScript is tricky at the moment.

Happily, Agda has a JavaScript backend. So now you can fill your UIs with dependently typed goodness :P.