Why use `seq` instead of `not-empty`?. (defn print-seq [s] (when (not-empty s) (prn (first s)) (recur ( ...
確定! 回上一頁