Hacker News new | ask | show | jobs
by incepted 3845 days ago
And Python itself is pretty verbose compared to modern languages:

    mySequence.filter { it % 2 == 0 }.sum()