http://qs321.pair.com?node_id=11101601


in reply to when is perl6 as fast as perl5

For most tasks, Stable Perl (ie. perl 5) is plenty. I'm still a fan of Perl 6; I hope the performance continues to improve over time. It might be worth it to write something in Perl 6, find the slow spots, and then move them to something faster (like C), until the VM improves. That takes advantage of improved Native C Calling interface.