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

2006-02-24 Thread autrijus
Author: autrijus Date: Fri Feb 24 15:05:03 2006 New Revision: 7859 Modified: doc/trunk/design/syn/S05.pod Log: * returning from within a rule sets the "result object", which can be accessed with the .() dereferencer. Modified: doc/trunk/design/syn/S05.pod ===

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

2006-02-24 Thread larry
Author: larry Date: Fri Feb 24 13:06:51 2006 New Revision: 7856 Modified: doc/trunk/design/syn/S06.pod Log: Revamped quasiquoting for visual, nestable, non-code-interfering unquoting. Modified: doc/trunk/design/syn/S06.pod ==

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

2006-02-24 Thread autrijus
Author: autrijus Date: Fri Feb 24 14:16:49 2006 New Revision: 7858 Modified: doc/trunk/design/syn/S09.pod Log: * S09: Autovivification no longer happens under rvalue context. Suggested and contributed by Yuval Kogman. Modified: doc/trunk/design/syn/S09.pod ==

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

2006-02-24 Thread autrijus
Author: autrijus Date: Fri Feb 24 12:21:45 2006 New Revision: 7853 Modified: doc/trunk/design/syn/S04.pod Log: * S04: The "If a curly occurs by a line by itself, then it stands for end of statement" rule from A04 is brought foward and further generalized -- now it only has to be at the en

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

2006-02-24 Thread autrijus
Author: autrijus Date: Fri Feb 24 10:58:18 2006 New Revision: 7849 Modified: doc/trunk/design/syn/S06.pod doc/trunk/design/syn/S10.pod doc/trunk/design/syn/S13.pod Log: * more A*->S* changes. Modified: doc/trunk/design/syn/S06.pod =

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

2006-02-24 Thread Nicholas Clark
On Fri, Feb 24, 2006 at 05:05:03AM -0800, Larry Wall wrote: > On Thu, Feb 23, 2006 at 02:48:46PM +, Nicholas Clark wrote: > : Would it be better to do that automatically with svn tag expansion? > > Yes, it would. Feel free, I'm not very svn-tag-expansion-aware yet. Well, there's this slight

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

2006-02-24 Thread autrijus
Author: autrijus Date: Fri Feb 24 05:49:02 2006 New Revision: 7839 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S04.pod doc/trunk/design/syn/S06.pod Log: * Textual cleanup of S2/4/6. No functional changes. - Change sentences like "Perl 6 will support" to "Perl 6 support

Re: S02: reserved namespace ops

2006-02-24 Thread Larry Wall
On Thu, Feb 23, 2006 at 09:26:49AM +0100, TSa wrote: : HaloO, : : Larry Wall wrote: : >Um, I always thought that "is reserved" in a spec means "we don't have : >the foggiest idea what we'll do with this, but we have a suspicion : >that if we let people use this particular thing right now, we'll :

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

2006-02-24 Thread Larry Wall
On Thu, Feb 23, 2006 at 02:48:46PM +, Nicholas Clark wrote: : Would it be better to do that automatically with svn tag expansion? Yes, it would. Feel free, I'm not very svn-tag-expansion-aware yet. Larry

Re: Named Subroutine return values

2006-02-24 Thread Larry Wall
On Fri, Feb 24, 2006 at 04:56:40AM +, Luke Palmer wrote: : Come to think of it, that seems backwards. After all, aren't: : : my Foo $x; : my $x of Foo; : : Equivalent? Didn't answer this part... If --> and returns are different, than "of" probably sets the --> type rather than the

Re: Named Subroutine return values

2006-02-24 Thread Larry Wall
On Fri, Feb 24, 2006 at 04:56:40AM +, Luke Palmer wrote: : On 2/24/06, Damian Conway <[EMAIL PROTECTED]> wrote: : > No. One of the available TRAITS is C. So you can always : > specify a "postfix" return type, even without a declarator: : > : > sub data() returns Str {...} : > : > The de

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

2006-02-24 Thread larry
Author: larry Date: Thu Feb 23 15:05:58 2006 New Revision: 7821 Modified: doc/trunk/design/syn/S12.pod Log: another typo Modified: doc/trunk/design/syn/S12.pod == --- doc/trunk/design/syn/S12.pod(original) +++

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

2006-02-24 Thread larry
Author: larry Date: Thu Feb 23 15:04:02 2006 New Revision: 7819 Modified: doc/trunk/design/syn/S11.pod Log: fix typo and date++, rev++ Modified: doc/trunk/design/syn/S11.pod == --- doc/trunk/design/syn/S11.pod

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

2006-02-24 Thread luqui
Author: luqui Date: Thu Feb 23 18:50:18 2006 New Revision: 7832 Modified: doc/trunk/design/syn/S06.pod Log: Answered Joe Gottman's question. Modified: doc/trunk/design/syn/S06.pod == --- doc/trunk/design/syn/S06.pod