Y
Hacker News
new
|
ask
|
show
|
jobs
by
virtualwhys
3398 days ago
scala> List(1,2,3,4). filter(_ % 2 == 0). map(x => x * x). reduce(_ + _)