(bonus content) learning Clojure sequence functions visually: ... change the mean function to be: (defn mean [xs] (when (not-empty xs) (first xs))) ...
確定! 回上一頁