Fork me on GitHub
#other-languages
<
2022-02-22
>
emccue01:02:30

Does anyone have opinions about Apache Ivy?

teodorlu11:02:17

I'm working with XML in Go. Transform one tree to a different tree. In Clojure, I'd reach for clojure.walk. Any recommendations?

Ben Sless11:02:40

Port clojure walk to go

👍 1
🙌 1
teodorlu21:02:02

Yup, I think that's the way to go. I may specialize the type signature to exactly what I'm working with to avoid confusion.

teodorlu15:02:37

Result: A small XML tree walker for use with http://github.com/beevik/etree. Provide a function, and return an action if you want to change the tree structure.