Re: interpolating complex closures

2008-02-23 Thread John Macdonald
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

Re: interpolating complex closures

2008-02-15 Thread Larry Wall
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 (though