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.

Required fields*

2
  • 2
    For the most part, I agree with this post. But I can't agree with saying that Python is a functional language. It very much encourages imperative programming, and it's difficult not to with the "extra features" you mention. I think it's best to refer to Python as "functional lite" as you did in the other post. :-) Commented Jun 19, 2009 at 14:00
  • 8
    -1 Sorry, no. I mean, just, no. Functional languages provide constructs that facilitate formal reasoning: inductive (ML), equational (Haskell). Closures and anonymous functions alone are just syntactic sugar for the strategy pattern. Commented Dec 9, 2013 at 2:42