Hacker News new | ask | show | jobs
by dradtke 4280 days ago
That's one hell of a one-liner.
2 comments

Old math joke: "It's a one line proof; if you start far enough to the left."
It's a great example of the trade-offs made in python (as opposed to, say, perl) design: It's not really a one-liner (yeah, it fits on one line, but it just cries out to be re-formatted) -- it's too verbose -- but the flip side is that it's actually rather readable.
Having to use lambdas just to get the syntax to allow for a one liner makes your point about reformatting.