top | item 46858759 (no title) NeutralForest | 27 days ago I'm working with Python and I'm sympathetic to the problem so I'd be curious if you have examples of what Python issues are fixed with OCaml. discuss order hn newest rienbdj|27 days ago A few ways in which Python is not really functional:The scoping rules of Python are not lexicalLambdas in Python are not multilineRecursion is not a practical way to write code due to stack overflowsMonkey patching
rienbdj|27 days ago A few ways in which Python is not really functional:The scoping rules of Python are not lexicalLambdas in Python are not multilineRecursion is not a practical way to write code due to stack overflowsMonkey patching
rienbdj|27 days ago
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