top | item 46859428

(no title)

rienbdj | 28 days ago

A few ways in which Python is not really functional:

The scoping rules of Python are not lexical

Lambdas in Python are not multiline

Recursion is not a practical way to write code due to stack overflows

Monkey patching

discuss

order

No comments yet.