Re: Selective String Interpolation

2006-02-19 Thread Brad Bowman
On 19/02/06 03:48, Jonathan Lang wrote: I don't see why you'd need a universal anti-backwhack, any more than you need universal quote delimiters. Here-docs are usually safe to quote any amount of line noise, but I take your point. I could see introducing

Re: This weeks summary, part 2

2006-02-19 Thread Ævar Arnfjörð Bjarmason
On 2/18/06, The Perl 6 Summarizer <[EMAIL PROTECTED]> wrote: > Smart match table > Robin Houston had some questions/observations about the smart match > table in synopsis 4. This is the table that describes how the smart > match ("~~") operator does its comparisons. It turns out that

Re: Selective String Interpolation

2006-02-19 Thread Jonathan Lang
Brad Bowman wrote: > I don't like the idea of sharing the adverb between escaping and > force-interpolating since stacking other adverbs can turn q into qq > and vice-versa. That's a minor quibble though. And a reasonable one as well. I was trying to minimize the proliferation of adverbs, but I