Lets say I'm into transducers is there a cheatsheet translating to specter. Also can i mix them?
my experience has been you want to use specter for single entity/map transforms and then compose those into chains of transducers. seems to be the best balance of readability and performance since specter (transform [ALL]…) isn’t really built for transducers
that said, I haven’t benchmarked one vs the other. would be a fun way to learn the right answer
👍