Fork me on GitHub
#aatree
<
2016-02-03
>
laforge4917:02:10

double notifications are no good, just fixed.

laforge4917:02:00

After a discussion with @micha about lenses, I've decided to try to implement lens-view. In clojure, it would be a record with references to a lens and a state and implementing IDref and IAtom. Which means it would work with @, reset! and swap!. The challenge for me will be getting it to work in ClojureScript. 😄

laforge4918:02:38

Actually, my main interest here is learning how to do this in cljs. simple_smile

laforge4918:02:55

--still need to add swap! variations and compare-and-set, and the cljs enhancements have not been even started!

laforge4921:02:31

@micha Looks like javelin holds the answer to the js techniques I need to master.