Probably the most idiomatic implementation (defn wc-functional [filename] (-> (io/reader filename) (line-seq) (count))) ; Using reduce ...
確定! 回上一頁