Is there a nice idiomatic way to do this in Clojure? Thanks. (defn do-flatten [node parent-tree] (let [node-res (conj parent-tree (dissoc node :children)) ...
確定! 回上一頁