hey @stefan.van.den.oord we explore your question and more in today's episode: https://clojuredesign.club/episode/054-the-forest-in-the-trees/
I enjoyed that episode, thanks! The concept of lenses itself is kind of new to me, so it is great having a look at it through your Clojure-lens. I’m intrigued about the reuse vs implement yourself decision by the way. I’m getting the impression (not just from you) that the Clojure community is a bit less keen on taking dependencies in than e.g. the JavaScript community. Not sure if this is because of Clojure, FP, or JavaScript 🙂
Hahaha, I think it's likely all three to some degree.
I've learned that different communities have different values
the Clojure community values simplicity, and that leads many to look at something that has a lot of general functionality (and usually more complexity because of it) and decide to write something small that just does what they need
Awesome, I’m looking forward to listening to it next week, thanks!! 🙏