On Tue Apr 21 13:07:28 2009, [email protected] wrote: > I've tried on another machine: > $ ./perl6 -v > This is Rakudo Perl 6, revision 0 built on parrot 1.0.0-devel > for x86_64-linux-gnu-thread-multi. > > Copyright 2006-2008, The Perl Foundation. > > > It eats whole cpu and starts eating memory.
Rakudo does somethings eagerly that will eventually be done lazily in Perl 6. For-looping over ranges is one of those things.
