Comment on Clojure core.async and Go: A Code ComparisonComments−aphyr13yBy the way, you can use (dotimes [i 100]) in place of (doseq [i (range 100)]).
Comments
By the way, you can use (dotimes [i 100]) in place of (doseq [i (range 100)]).