Eduardo Nunes
Clojure: Difference between for and doseq
for
returns a sequence with the result of each executiondoseq
returns nil;
for
returns a sequence with the result of each executiondoseq
returns nil;