Y
Hacker News
new
|
ask
|
show
|
jobs
by
jgalt212
490 days ago
The utility value of multi-line lambdas is real, but the readability of these is terrible. And Python prizes readability. So you know where this initiative will end up.
2 comments
saagarjha
490 days ago
Nothing more readable than a triply-nested list comprehension on an object that exists only to vend its __getattr__ for some unholy DSL
link
pinoy420
490 days ago
Annoying. Because it “compiles” to less optimal code than writing it explicitly.
link
vrighter
490 days ago
I personally find python to be highly UNreadable, especially with all of its syntax and braindead scoping rules
link