← Back to context

Comment by jgalt212

6 months 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.

Nothing more readable than a triply-nested list comprehension on an object that exists only to vend its __getattr__ for some unholy DSL

I personally find python to be highly UNreadable, especially with all of its syntax and braindead scoping rules