Jonathan Scott Duff wrote:
> 
> I'll give you my comments right now ... It seems we are eliminating
> punctuation to make the language simpler in one respect, yet, because
> of that, creating new punctuation so that we can use the language in
> ways we are used to.  If that must be the case, then I say, if it
> ain't broke, don't fix it!

I think you're right.

        foo hash= bar;

but then we may as well

        foo.hash_assign( bar );

And we don't want to go there.

-- 
John Porter

Reply via email to