Subject metadata: I just found, these are used in clojure.zip structurally (if I understood this right https://lambdaisland.com/blog/2018-11-26-art-tree-shaping-clojure-zip , around minute 29)
@mmeix very interesting. I've never tried out clojure.zip and I have used clojure.walk many times. I'll have to watch the talk and try zipping.
Have you used zip? If so, for what problem was it a good solution?
I just found it, and got interested (learning mode)
Since I will try to build and traverse musical structures (presumably vectors of vectors …) I try to understand the available options.
maybe interesting: https://ravi.pckl.me/short/functional-xml-editing-using-zippers-in-clojure/
Which led me to the question: what is he difference between walk
ing and zip
ping?