Fork me on GitHub
#specter
<
2022-08-28
>
Lidor Cohen15:08:19

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? %)))
?

FlavaDave21:09:46

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

🙏 1