Fork me on GitHub
#clojuredesign-podcast
<
2019-12-24
>
mmeix19:12:48

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)

mmeix19:12:34

Which led me to the question: what is he difference between walk ing and zipping?

nate17:12:43

@U082WFGJJ 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.

nate17:12:17

Have you used zip? If so, for what problem was it a good solution?

mmeix17:12:18

I just found it, and got interested (learning mode)

mmeix17:12:44

Since I will try to build and traverse musical structures (presumably vectors of vectors …) I try to understand the available options.