Fork me on GitHub
#specter
<
2020-12-11
>
spieden16:12:01

Is it possible to extend the transform functionality to types other than the Clojure collections? I'm seeking to transform a data structure that's in terms of some arbitrary Java classes.

spieden17:12:59

Looks like defrichnav is my friend :)

spieden22:12:39

Hmm, I see it takes params and one of them appears to be involved in the transform* implementation of a RichNavigator it creates, but I can't find any example usage of the latter.

spieden22:12:33

Seems like a different way to do recursion by dispatching by type?