Question regarding dynamism - I have compA which refers to compB When I change the definition of compB, the UI doesn't change until I redef compA Is this expected?
Yes, I think so
We don’t watch vars for changes
And UI needs a reason to recompute
I personally use clj-reload to re-evaluate everything top to bottom
Watching vars might be a feature for the future (others has requested it, too), I haven’t really looked into it
This was an unexpected deviation from Clojure's behavior