looping is recursive in Clojure, the loop construct is a hack so that ;; something like tail-recursive-optimization works in clojure. user=> (defn my-re-seq ...
確定! 回上一頁