aatree

https://github.com/aatree
2016-02-03T17:56:10.000128Z

double notifications are no good, just fixed.

2016-02-03T17:59:00.000129Z

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. 😄

2016-02-03T18:09:38.000130Z

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

2016-02-03T18:55:55.000132Z

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

2016-02-03T21:27:31.000135Z

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