I’m sorry, but I don’t see the parallel between my and do {local (@ARGV, $/) = $file; <>}
Even renaming standard keywords, like next and last, adding unless… There was a whole book about best practices, and I wish Perl 6 followed that to the T.
My biggest gripe with Perl is the entire dimensions of possibility to hide effects. And Raku seems to have kept a lot of it, and added more stuff on top.
I’m sorry, but I don’t see the parallel between
my
anddo {local (@ARGV, $/) = $file; <>}
Even renaming standard keywords, like
next
andlast
, addingunless
… There was a whole book about best practices, and I wish Perl 6 followed that to the T.My biggest gripe with Perl is the entire dimensions of possibility to hide effects. And Raku seems to have kept a lot of it, and added more stuff on top.