Subpar performance is a huge drawback of Perl 6. I usually don't program in Perl, but occasionally use it instead of sed. Compare, Perl 5 vs. Perl 6: $ time yes | head -n1000000 | perl -pe 's/y/n/' >/dev/null real…
Subpar performance is a huge drawback of Perl 6. I usually don't program in Perl, but occasionally use it instead of sed. Compare, Perl 5 vs. Perl 6: $ time yes | head -n1000000 | perl -pe 's/y/n/' >/dev/null real…