Uri Guttman wrote:
> .= could still be left working as that is a complete separate op from
> method invocation.
I see a major potential problem with that.
Assuming (which I do) that the equals operator will be
overridable, then you'll need to be able to write
$obj.='x';
meaning this (as in in C++):
$obj.operator=('x');
--
John Porter
It's a sky-blue sky
The satellites are out tonight
let x = x
- YA string concat proposal Michael G Schwern
- Re: YA string concat proposal Nathan Wiger
- Re: YA string concat proposal Casey West
- Re: YA string concat proposal Michael G Schwern
- Re: YA string concat proposal Jonathan Scott Duff
- Re: YA string concat proposal James Mastros
- Re: YA string concat proposal Uri Guttman
- YA string concat proposal John Porter
- YA string concat proposal Garrett Goebel
- Re: YA string concat proposal Nathan Wiger
- Re: YA string concat proposal Jarkko Hietaniemi
- Re: YA string concat proposal Stephen P. Potter
- Regexp::Func (Re: YA string concat proposal) Nathan Wiger
