(eager-map inc nums))) (defn lazy-test [nums] (doall (filter even? (map inc nums)))) (println "Eager v. Lazy filter+map, N=1000000, ...
確定! 回上一頁