A direct translation to Clojure, for those unfamiliar with ... (defn sieve [[p & xs]] (cons p (lazy-seq (sieve (for [x xs :when (pos?
確定! 回上一頁