Re: Learning the "ff" (flipflop) infix operator? (was Re: Raku version of "The top 10 tricks... .")

2020-08-02 Thread Eirik Berg Hanssen
On Sun, Aug 2, 2020 at 11:14 PM yary wrote: > Issue golf, ff is always evaluating its RHS > > $ raku -e 'say "With ff: ";say ( 1..5 ).grep({False ff .say}); say "With > fff: ";say ( 1..5 ).grep({False fff .say});' > With ff: > 1 > 2 > 3 > 4 > 5 > () > With fff: > () > I haven't looked much at

Re: <<>> question

2017-10-04 Thread Eirik Berg Hanssen
On Wed, Oct 4, 2017 at 7:06 PM, Andy Bach wrote: > perl6 -e 'my $y=("ab",12,"xx"); print "y=", $y.join(", "), "\n"' > perl6 -e 'my @y=("ab",12,"xx");print "y=", @y.join(", "), "\n"' > This might be a good place to remind folks that perl6 allows interpolation of method calls,

Re: Logo considerations

2009-03-25 Thread Eirik Berg Hanssen
jason switzer jswit...@gmail.com writes: [warning: light-hearted humor ahead] There's also the notion that perl6's scope has creeped to accommodate a large enough set of ideas. Seems like an appropriate logo: http://images.google.com/images?gbv=2hl=enq=kitchen+sink I kinda liked that one