Clojure has standard ways for traversing trees. You should look into clojure.zip and look into tree-seq as well. (loop [loc dz] (if (end? loc) (root loc) ...
確定! 回上一頁