Hacker News new | ask | show | jobs
by seanmcdirmid 4430 days ago
Databinding is not FRP, but you can do a lot of FRP things with it. If you are into WPF, check out Bling:

http://bling.codeplex.com/

We are able to subvert WPF databinding mechanisms to allow bindings to expressions as well as functions. The act of binding itself is still very imperative (and so, not very FRP-ish), but beyond that the programming styles are quite similar.