itamarst has quit [Quit: Connection closed for inactivity]
nexussfan has quit [Remote host closed the connection]
<cfbolz>
korvo: some restricted form of any/all could likely be supported in rpython. What kind of argument types would you like? Eg lists?
BarrensZeppelin has joined #pypy
jcea has joined #pypy
BarrensZeppelin has quit [Remote host closed the connection]
nexussfan has joined #pypy
itamarst has joined #pypy
jcea has quit [Ping timeout: 272 seconds]
nexussfan has quit [Remote host closed the connection]
nexussfan has joined #pypy
nexussfan has quit [Remote host closed the connection]
<korvo>
cfbolz: TBH I usually am putting generator expressions into any/all. But I would be okay with lists, since list() can wrap a generator expression instead.
<korvo>
...Sorry if that's a bad answer. I just woke up.
<cfbolz>
I forgot what the status is, does rpython support generator expressions? we went back and forth on generators a bit
<korvo>
`yield` is supported, somehow. ISTR that generators have to be consumed immediately after creation, or something like that.
<cfbolz>
right
<cfbolz>
korvo: ok, so getting any/all support sounds doable, I think