Steven Wang
nanodeath
list.forEach { it.foo() }
Shawn
list.runningReduce { acc, next -> acc * next }
times
val cumprod = ints.runningReduce(Int::times)
A modern programming language that makes developers happier.