Re: [svn:perl6-synopsis] r12398 - doc/trunk/design/syn

2006-09-26 Thread Aaron Crane
TSa writes: > I'm very glad, too. Even though I would like the new operator > spelled / for aesthetic reason. I think there'd be problems making that work. It's a prefix operator, so it has to appear in term position, and we already have terms that begin with C, in the form of regexes. Forcing r

Re: [svn:perl6-synopsis] r12398 - doc/trunk/design/syn

2006-09-26 Thread TSa
HaloO, Luke Palmer wrote: Woohoo! I was about to complain about this whole "capture sigil" nonsense, but I'm guessing somebody else already did. I also like the new [,] :-) I'm very glad, too. Even though I would like the new operator spelled / for aesthetic reason. Regards, --

Re: [svn:perl6-synopsis] r12398 - doc/trunk/design/syn

2006-09-26 Thread Luke Palmer
On 9/25/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Log: Slaughter of special [,], now is just listop form of [...] To support |func() syntax, | is the new * (desigilized) Woohoo! I was about to complain about this whole "capture sigil" nonsense, but I'm guessing somebody else already di

[svn:perl6-synopsis] r12398 - doc/trunk/design/syn

2006-09-25 Thread larry
Author: larry Date: Mon Sep 25 10:13:23 2006 New Revision: 12398 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S06.pod Log: Slaughter of special [,], now is just listop form of [...] To support |func() syntax, | is the new * (desigilized) Modi