On Fri, Feb 15, 2008 at 03:12:20PM -0800, Larry Wall wrote:
> No, there's no problem with that. This is Perl 6, which is full of
> wonderfulness, not Perl 5, which was written by a person of minimal clue. :)
>
> That's part of what S02 means right at the top where it's talking
> about a one-pass
On Thu, Feb 14, 2008 at 04:16:02PM -0700, Thom Boyer wrote:
> S02 says "A bare closure also interpolates in double-quotish context."
>
> I presume that there are no restrictions on the code inside that closure,
> but all the examples I've seen have nothing but expressions inside the
> closure (th
S02 says "A bare closure also interpolates in double-quotish context."
I presume that there are no restrictions on the code inside that
closure, but all the examples I've seen have nothing but expressions
inside the closure (though some examples, admittedly, do invoke subs
and/or methods).