Hacker News new | ask | show | jobs
by mhax 3285 days ago
Was it a 'functional programmers know the value of everything and the cost of nothing' kind of joke?
1 comments

It filters for even.

Increments each element to odd.

Multiplies each number by 3 (each number is still odd)

Filters for evens then sums them.

Always returns zero.

but not one side effect!
Poetic.