Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 38
    Gah, that's horrible reasoning :( Commented Oct 8, 2008 at 7:22
  • 26
    Is it? Much of Python's philosophy is about writing code that is clear and obvious. A typical call to reduce() usually requires me to break out a pencil and graph what the function is being called with. Commented Oct 8, 2008 at 7:57
  • 37
    Unless you can show me a significant performance increase (2x at least), I'll take "clear and obvious" over "compactness of expression" any day. Commented Oct 8, 2008 at 14:37