Allen Wirfs-Brock wrote: > For both, I need to think about whether it may be possible (and the impact) for a closure activation (containing a generator?) to span a iteration boundary. Generators close over their lexical environment, yes. And of course an active generator can survive invoking contexts such as a single loop iteration. /be