Now suppose you changed the code to this: (pmap (fn [number-group] (doall (map inc number-group))) (partition-all 3 numbers)) ; => ((2 3 4) (5 6 7) (8 9 10) ...
確定! 回上一頁