04:18
<Michael Ficarra>
what ever happened to comprehensions?
04:18
<Michael Ficarra>
everything else in Brendan's slide here made it in
04:30
<shu>
the story i heard was, dherman wrote on the whiteboard, side by side, nested comprehensions and nested for loops
04:30
<shu>
everyone was so viscerally disgusted by the comprehensions the feature was dropped
04:31
<shu>
which seems fine to me
04:41
<shu>
having tried to understand a few python programs with nested comprehensions, i don't disagree
04:52
<bakkot>
... incomprehensions
16:09
<TabAtkins>
If you nest a comprehension, Python actually calls your work and gets you fired.
16:11
<TabAtkins>
chained comprehensions ([y for x in xs for y in x.ys]) is on thin ice