clojuredesign-podcast

Discussions around the Functional Design in Clojure podcast - https://clojuredesign.club/
mmeix 2019-12-24T19:13:48.028400Z

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)

nate 2019-12-28T17:04:43.035Z

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

nate 2019-12-28T17:06:17.037200Z

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

mmeix 2019-12-28T17:07:18.037400Z

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

mmeix 2019-12-28T17:30:44.039200Z

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

mmeix 2019-12-30T18:42:56.039400Z

maybe interesting: https://ravi.pckl.me/short/functional-xml-editing-using-zippers-in-clojure/

mmeix 2019-12-24T19:32:34.028600Z

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