Re: What are Perl 6's killer advantages over Perl 5?

2015-08-31 Thread Marc Chantreux
On Fri, Aug 28, 2015 at 05:48:07PM +0200, Carl Mäsak wrote: > Good news! I just pushed a change (with backing from other core > developers) that makes -e strict by default! awesome! thank you Carl! -- Marc Chantreux (eiro on github and freenode) http://eiro.github.com/ http://eiro.github.com/a

Strict Rakudo version of this Perl5 one-liner

2015-08-31 Thread yary
Once in a while, our sysadmin tweaks something on an upstream mail server, and asks us a few days later if our spam rate has changed. I invariably whip up a perl5 one liner like this to get a daily spam count from my "mh" mail folder: scan +spam|perl -naE '$d{$F[1]}++; END{say "$_: $d{$_}" for sor

bufs and utf8

2015-08-31 Thread mt1957
Hi, I can not do the following; my Buf $b = 'abc'.encode; Type check failed in assignment to '$b'; expected 'Buf' but got 'utf8' But I can do this; my Buf $b = 'abc'.encode ~ Buf.new(); Buf:0x<61 62 63> Does the concatenation convert utf8 into Buf? Will there be a problem when it is converted

[perl #124951] Roast rakudo skip/todo test:./S04-phasers/next.t line:67 reason: 'leave NYI'

2015-08-31 Thread Will Coleda via RT
This ticket was created based on a comment in S04-phasers/next.t This test is now unfudged and passing, closing ticket. -- Will "Coke" Coleda

[perl #124997] Roast rakudo skip/todo test:./S05-capture/match-object.t line:38 reason: 'Unsupported use of $¢ variable'

2015-08-31 Thread Will Coleda via RT
This ticket was created from a todo comment in S05-capture/match-object.t This test is now unfudged and passing in glr -- Will "Coke" Coleda