Togos wrote:
> 
> What's the reasoning behind putting the object a
> method is being called on in P2 instead of in the
> first parameter of the method? I have a feeling that
> putting it as the first parameter of the method would
> make the lives of the python folks a little bit
> easier. Would it make it harder for someone else?

While I've no idea about that, I don't see why you can't have it both
ways... put it in P2 *and* as the first param, if that's the way your
language wants it.

I think this would be useful for both Python and Perl5.

-- 
$a=24;split//,240513;s/\B/ => /for@@=qw(ac ab bc ba cb ca
);{push(@b,$a),($a-=6)^=1 for 2..$a/6x--$|;print "[EMAIL PROTECTED]
]\n";((6<=($a-=6))?$a+=$_[$a%6]-$a%6:($a=pop @b))&&redo;}

Reply via email to