Dot notation and a crazy idea

Stefan Matthias Aust sma at mail.netsurf.de
Tue Mar 23 19:40:44 UTC 1999


At 20:07 22.03.99 -0000, you wrote:
>How about the use of double dot or double colon
>
>object..name 
>
>object::name

IMHO, ".." will separate both parts more than it will connect them.  "::",
on the other hand, is some kind of standard in the C++ world which might
therefore be more familiar for most people.  You'd have to apply some
simple changes to the Scanner's xColon and xLetter method to add support
for "::".

To make the syntax-minimalists happy, one could even treat "::" as a valid
binary message selector :-)

bye
--
Stefan Matthias Aust  //  ...and now something completely different





More information about the Squeak-dev mailing list