(defn length [seq] (cond (empty? seq) 0 ;; base case :else (+ 1 ... Clojure already has the map function built in, but lets write our own ...
確定! 回上一頁