Y
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
p4bl0
2472 days ago
Arguably, list comprehension in Python is already functional programming :).
link
collyw
2471 days ago
Once you start nesting them then they become a nightmare to read. So you might as well mix some imperative style intermediate variables.
link