Re: Arrays, lists, referencing

2003-02-19 Thread Stephen McCamant
> "DP" == Deborah Ariel Pickett <[EMAIL PROTECTED]> writes: DP> One thing that the C comma operator promises is that its left DP> operand (and all side effects) is completely evaluated before work DP> starts on the right operand. (This may not be strictly true in DP> the Perl interpret

Re: superposed parsers (was: right-to-left pipelines)

2002-12-11 Thread Stephen McCamant
> "Simon" == Simon Cozens <[EMAIL PROTECTED]> writes: Simon> [EMAIL PROTECTED] (Damian Conway) writes: Damian> But in Perl 6, the consistency between a method's parameter Damian> list and its argument list *is* checked at run-time, so Damian> passing the wrong number of arguments is (quite li