Comment by jgalt212

Comment by jgalt212 2 days ago

3 replies

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.

saagarjha 2 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

  • pinoy420 2 days ago

    Annoying. Because it “compiles” to less optimal code than writing it explicitly.

vrighter 2 days ago

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