http://www.perlmonks.org?node_id=11138279


in reply to Spoiled by Perl

I know the feeling. It's how people who learned Raku look at Perl: A good idea with sugar added later, but still leaves a lot to be desired.

In Raku, if you were to sort on the result of a method you would just say
@somelist.sort( *.Foo );
This will even use a schwartzian transform if the optimizer decides it is worth it.


holli

You can lead your users to water, but alas, you cannot drown them.