Something I've noticed is that Perl has a very restricted definition of closure - a sub that is bound to external lexical(s). Other languages seem to use it other ways, including to mean any anonymous (which a Perl closure doesn't even have to be) sub. Does Raku's definition match Perl's?