specter

2022-08-28T15:57:19.800139Z

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

FlavaDave 2022-09-06T21:23:20.144149Z

https://github.com/latacora/eidolon

FlavaDave 2022-09-06T21:23:46.144729Z

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

🙏 1
2022-08-30T13:57:08.526529Z

anyone? 😅