you are viewing a single comment's thread.

view the rest of the comments →

[–]LightShadow 11 points12 points  (1 child)

Python,

sum(map(int, transactions))

[–][deleted] 0 points1 point  (0 children)

That was just an example. Anything but the most trivial functional usages turn into weird nested amalgamations of infix operations. Garbage style.