in reply to Re: Perl6 Threads
in thread Perl6 Threads

Please tell us what perl6 --version gives you

Replies are listed 'Best First'.
Re^3: Perl6 Threads
by Anonymous Monk on May 04, 2016 at 19:22 UTC
    perl6 version 2013.12 built on parrot 5.9.0 revision 0

      Please try a more recent Rakudo with the MoarVM (default) backend. I recommend 2016.04, but anything from 2016 should work.

      moritz@pete:~$ perl6 -e 'my $thread = Thread.start({ for 1 .. 10 -> $v + { say $v }});' 1 2 3 4 5 6 7 8 9 10 moritz@pete:~$ perl6 --version This is Rakudo version 2016.04-32-g4232204 built on MoarVM version 201 +6.04 implementing Perl 6.c.