On Wed Jul 27 07:38:45 2016, ajs wrote: > Was playing around on command-line with hyperoperations over texas bag > operators and got to this silly thing: > > perl6 -e 'for 1..100 -> $i { say (((^$i).map: {^$_}) <<(-)>> > ((^($i+1)).map: {$_ xx $i})) }' > > Which, after control-Cing backgrounded itself and kept spewing output. I've > limited the example to 100 outer loops, but my original was 1..*, which I > had to kill. > > Somewhat strange platform: > > $ perl6 -v > This is Rakudo version 2016.04 built on MoarVM version 2016.04 > implementing Perl 6.c. > $ uname -a > CYGWIN_NT-10.0-WOW hiostname.0.4(0.287/5/3) 2015-08-03 00:00 i686 GNU/Linux > > The Perl 6 version is the standard Windows build from Rakudo Star > > However, on this platform and build it works fine: > > $ perl6 -v > This is Rakudo version 2016.07.1-34-ge5c909c built on MoarVM version > 2016.07-3-gc01472d > implementing Perl 6.c. > $ uname -a > Linux vdesktop2 4.4.0-31-generic #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC > 2016 x86_64 x86_64 x86_64 GNU/Linux > > > > -- > Aaron Sherman, M.: > P: 617-440-4332 Google Talk, Email and Google Plus: a...@ajs.com > Toolsmith, developer, gamer and life-long student.
Cannot reproduce here: $ perl6 -v This is Rakudo version 2016.07.1 built on MoarVM version 2016.07 implementing Perl 6.c. $ sw_vers ProductName: Mac OS X ProductVersion: 10.11.6 BuildVersion: 15G31 Hitting Control-C kills the job, that's it, no spurious output. -- Will "Coke" Coleda