Hacker News new | ask | show | jobs
by ummonk 2472 days ago
A list comprehension in python would be more comprehensible than either AND less verbose.
1 comments

Arguably, list comprehension in Python is already functional programming :).
Once you start nesting them then they become a nightmare to read. So you might as well mix some imperative style intermediate variables.