Inspired by the client side FRP library we use internally, I've build a small Haskell version as well: <a href="https://gist.github.com/sebastiaanvisser/9639321" rel="nofollow">https://gist.github.com/sebastiaanvisser/9639321</a><p>Although the implementation is different, I tried to keep the interace similar in spirit. Building a Haskell version of a JavaScript library on the side really helps validating your design decisions.
This is excellent - I've been enjoying playing around with ReactiveCocoa recently and it's nice to see how those concepts can work in JS.<p>Question (and opening a can of worms) - if I'm looking to learn more about FP, should I go for Haskell or Clojure?
Looks cool but I prefer the syntax of angular's data binding (no need to use #get() or #set()). Is this pretty much the same as angular's data binding?