Fork me on GitHub
#clojuredesign-podcast
<
2019-11-06
>
nate03:11:04

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.

nate03:11:10

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

nate03:11:55

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.

nate03:11:07

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