PS:
In between, I think 'variable' is too long, so:
$code =~ s/variable/vari/g;
IMHO C is better than C because
C doesn't look like a special thing, but it is.
I feel that the most usual cases for read/write
would be better readable with that approach.
Instead of
C<$res=funcy($foo is rw);> i
On behalf of the Parrot team, I'm proud to announce Parrot 0.4.9,
"Socorro." Parrot (http://parrotcode.org) is a virtual machine aimed
at running all dynamic languages.
Parrot 0.4.9 can be obtained via CPAN (soon), or follow the
download instructions at http://www.parrotcode.org/source.html .
For
Author: larry
Date: Thu Feb 22 12:51:15 2007
New Revision: 13700
Modified:
doc/trunk/design/syn/S02.pod
doc/trunk/design/syn/S03.pod
doc/trunk/design/syn/S06.pod
Log:
More Y XX -> Z X clarifications
Now allow "constant $?TABSTOP = 4" syntax for user to set compiler variables.
Modified:
Steve Lukas schreef:
> In between, I think 'variable' is too long, so:
> $code =~ s/variable/vari/g;
I don't think it is too long, since most of the times you don't need to
mention it. Could 'rw' be an alias?
my rw @heredoc_stubs is context = ();
my @heredoc_stubs is rw context = ();
my
Author: larry
Date: Thu Feb 22 13:06:22 2007
New Revision: 13701
Modified:
doc/trunk/design/syn/S02.pod
Log:
Change hardwired 8 to $?TABSTOP // 8 for heredocs
Modified: doc/trunk/design/syn/S02.pod
==
--- doc/trunk/d
[EMAIL PROTECTED] writes:
> +be referred to as C<< COMPILING<$?LINE> >> if the bare C<$?LINE> would
That looks like it's missing a double-colon.
--
Aaron Crane
Author: larry
Date: Thu Feb 22 14:00:38 2007
New Revision: 13702
Modified:
doc/trunk/design/syn/S02.pod
Log:
typo from aaroncrane++
Modified: doc/trunk/design/syn/S02.pod
==
--- doc/trunk/design/syn/S02.pod(o
Author: larry
Date: Thu Feb 22 16:32:25 2007
New Revision: 13703
Modified:
doc/trunk/design/syn/S06.pod
Log:
Clarify that a named argument may name either the label or the variable name.
Modified: doc/trunk/design/syn/S06.pod
==
Hi Larry
Sorry if this is a silly question but I haven't been able to find the
answer. Is the perl6-synopsis SVN repository publicly available or is it
in the same repository as that of Parrot or Pugs?
Thanks in advance
Blair
On Fri, Feb 23, 2007 at 12:35:15AM +, Blair Sutton wrote:
> Hi Larry
>
> Sorry if this is a silly question but I haven't been able to find the
> answer. Is the perl6-synopsis SVN repository publicly available or is it
> in the same repository as that of Parrot or Pugs?
The versions that app
10 matches
Mail list logo