On Sat, 2004-03-13 at 17:07, luka frelih wrote: > > But how should the two interpretations of x.x be resolved? Is that > > concatenation or method calling? > > wouldnt it be better to keep . as string glue > and have method calls use the arrow -> or some > such?
Or follow perl6 and use ~ for string concatenation. (Currently being used for xor, which could use ^.) --kag