Comparing core.async and Functional Reactive Programming (+Rx)
I seem to be a little bit confused when comparing Clojure’s core.async to the so called Reactive Extensions (Rx) and FRP in general. They seem to tackle similar problem of async-hronicity, so I wonder what are the principal differences and in what cases is one preferred over the other. Can someone please explain? EDIT: To … Read more