Matt Diephouse writes:
> for $foo.records :sep"," { ... }
>
> The trouble is that using a for loop builds a list in memory, which
> can be troublesome.I think that in Perl 6 C<for> doesn't build a list in memory, so as to avoid the troublesome bits. Smylers
