# New Ticket Created by Aaron Sherman # Please include the string: [perl #128751] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=128751 >
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.