cross reduce operator magic

2020-10-11 Thread Cezmi Pastirma
I've got a question about a Leyland-numbers-listing Raku code which I saw at codegolf.stackexchange.com at https://codegolf.stackexchange.com/a/83013/98132 I've slightly rearranged the code to make it print Leyland numbers up to 1 Billion:.say for grep {$_ < 1E11}, squish(sort [X[&({$^a**$^b+$b**$a

Re: cross reduce operator magic

2020-10-11 Thread Cezmi Pastirma
ow is the start of the Raku Study Group of the San Francisco Perl Mongers.We can offer a "deep dive" into how the Leyland code works, if that would be helpful.Zoom details here: https://mail.pm.org/pipermail/sanfrancisco-pm/2020-October/004726.html On Oct 11, 2020, at 10:39 AM, Cezmi Pastir