stojan
simon.vergauwen
(1..100).parTraverse { it + 1 }
(1..100).map { it + 1 }
A modern programming language that makes developers happier.