specter 2022-08-28

Hello everyone 👋, I'm new to specter but I saw the talk and got really excited about the navigation abstraction that I had to try it out 😁. As a small exercise to see that I'm in the right direction: a navigator to all the leaves in a tree structure will look something like this:

(walker #(not (col? %)))
?

there is a good example of what you wish to do in there

🙏 1