TSa:
> Ruud H.G. van Tol:
>> Not at all: they just overlap at 0.
>
> OK, to me this spoils regularity. Like 'ab ' ~ ' xy'
> becoming 'ab xy' is at least surprising, if not outright wrong.
> That is
>
> (~$x).chars + (~$y).chars == +((~$x) ~ (~$y))
>
> should always hold. Same thing for list co
HaloO,
Ruud H.G. van Tol wrote:
Not at all: they just overlap at 0.
OK, to me this spoils regularity. Like 'ab ' ~ ' xy'
becoming 'ab xy' is at least surprising, if not outright wrong.
That is
(~$x).chars + (~$y).chars == +((~$x) ~ (~$y))
should always hold. Same thing for list concatenat