clojuredesign-podcast

Discussions around the Functional Design in Clojure podcast - https://clojuredesign.club/
nate 2019-11-06T03:47:04.006700Z

Hey Stefan, I definitely agree that it would be an interesting topic. I've toyed with the idea of using specter over the years. I haven't yet found a use for it, but I know that many people find it to be an essential tool in their belt.

nate 2019-11-06T03:48:10.008Z

it seems to be a perfect fit for arbitrarily nested data structures, like if you're taking a big blob of data from one external source and lightly transforming it before sending it elsewhere

nate 2019-11-06T03:51:55.009400Z

I echo Michiel's sentiment about cleverness, I've even been able to make things in plain Clojure that are too clever for 2-months-later me. Heh.

nate 2019-11-06T03:53:07.010500Z

I would love to hear about your experiences (or anyone else in here). Where has specter (or spectacles) helped you in a substantial way?