(ns word-count (:require [clojure.string :as str])) (defn- remove-punctuation [sentence] (->> sentence (filter #(or (Character/isLetter ...
確定! 回上一頁