specter

Latest version: 1.1.3
spieden 2020-12-11T16:47:01.038300Z

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.

spieden 2020-12-11T17:40:59.038700Z

Looks like defrichnav is my friend :)

spieden 2020-12-11T22:05:39.039900Z

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.

spieden 2020-12-11T22:26:33.040200Z

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