clojuredesign-podcast

Discussions around the Functional Design in Clojure podcast - https://clojuredesign.club/
Stefan 2019-11-08T08:04:35.016Z

@nate @borkdude I can see where you’re coming from yes. Especially with the convention to model data as flatly as possible as @nate is doing, then this doesn’t add a lot of value probably. I have never used something like that, I’m just curious 🙂

nate 2019-11-08T21:16:39.017400Z

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/

Stefan 2019-11-14T08:19:56.028500Z

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 🙂

nate 2019-11-14T16:54:18.029100Z

Hahaha, I think it's likely all three to some degree.

nate 2019-11-14T16:54:44.029300Z

I've learned that different communities have different values

nate 2019-11-14T16:56:54.029500Z

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

1👍
Stefan 2019-11-08T21:19:06.018600Z

Awesome, I’m looking forward to listening to it next week, thanks!! 🙏