Re: Just a thought...

2001-10-09 Thread Piers Cawley
Bart Lateur <[EMAIL PROTECTED]> writes: > On 09 Oct 2001 11:22:02 +0100, Piers Cawley wrote: > > >Does the change from ?: to ??:: mean that we can have '?' as a valid > >character in an identifier? > > I'm sure it won't be. The reasoning for replacing "?" with "??" is that > "?" is worth too m

Re: Just a thought...

2001-10-09 Thread Piers Cawley
Michael G Schwern <[EMAIL PROTECTED]> writes: > On Tue, Oct 09, 2001 at 11:22:02AM +0100, Piers Cawley wrote: > > Does the change from ?: to ??:: mean that we can have '?' as a valid > > character in an identifier? I quite like the ruby/scheme idiom of > > having boolean methods ending in a quest

Re: Just a thought...

2001-10-09 Thread Bart Lateur
On 09 Oct 2001 11:22:02 +0100, Piers Cawley wrote: >Does the change from ?: to ??:: mean that we can have '?' as a valid >character in an identifier? I'm sure it won't be. The reasoning for replacing "?" with "??" is that "?" is worth too much as a single character symbol, to sacrifice it on su

Re: Just a thought...

2001-10-09 Thread Aaron Sherman
On Tue, Oct 09, 2001 at 04:18:31PM -0400, Michael G Schwern wrote: > On Tue, Oct 09, 2001 at 11:22:02AM +0100, Piers Cawley wrote: > > Does the change from ?: to ??:: mean that we can have '?' as a valid > > character in an identifier? I quite like the ruby/scheme idiom of > > having boolean metho

Re: Just a thought...

2001-10-09 Thread Michael G Schwern
On Tue, Oct 09, 2001 at 11:22:02AM +0100, Piers Cawley wrote: > Does the change from ?: to ??:: mean that we can have '?' as a valid > character in an identifier? I quite like the ruby/scheme idiom of > having boolean methods ending in a question mark. eg: > > sub is_visible? {...} I was gon

Just a thought...

2001-10-09 Thread Piers Cawley
Does the change from ?: to ??:: mean that we can have '?' as a valid character in an identifier? I quite like the ruby/scheme idiom of having boolean methods ending in a question mark. eg: sub is_visible? {...} Of course, I'm not going to be even vaguely upset if this is still not allowed, b