Jump to page: 1 212  
Page
Thread overview
isnot => !is
May 23, 2005
Walter
May 23, 2005
Lars Ivar Igesund
May 23, 2005
Vathix
May 23, 2005
John Reimer
May 23, 2005
Kris
May 23, 2005
Vathix
May 23, 2005
Kris
May 24, 2005
David Medlock
May 23, 2005
Walter
May 24, 2005
Roberto Mariottini
May 23, 2005
Kris
May 23, 2005
Sean Kelly
May 23, 2005
Tom S
May 23, 2005
clayasaurus
May 23, 2005
Derek Parnell
May 24, 2005
Walter
!& Re: isnot => !is
May 23, 2005
Vathix
!! Re: !& Re: isnot => !is
May 23, 2005
Vathix
May 23, 2005
Kris
May 24, 2005
Sean Kelly
May 24, 2005
Lionello Lunesu
May 24, 2005
Hasan Aljudy
May 24, 2005
Lionello Lunesu
May 24, 2005
Matthias Becker
May 23, 2005
pragma
May 23, 2005
Derek Parnell
May 24, 2005
pragma
May 24, 2005
Walter
May 24, 2005
Derek Parnell
May 24, 2005
Walter
May 24, 2005
Derek Parnell
May 24, 2005
Walter
May 24, 2005
Derek Parnell
May 24, 2005
Walter
May 24, 2005
Hasan Aljudy
May 24, 2005
Hasan Aljudy
May 24, 2005
Walter
May 23, 2005
pragma
May 24, 2005
Benji Smith
May 24, 2005
xs0
May 24, 2005
pragma
May 24, 2005
Hasan Aljudy
May 24, 2005
Nod
May 24, 2005
Derek Parnell
May 24, 2005
Hasan Aljudy
May 24, 2005
Derek Parnell
May 24, 2005
Walter
May 24, 2005
Walter
Jun 11, 2005
Nod
May 24, 2005
J C Calvarese
May 24, 2005
Walter
May 24, 2005
J C Calvarese
May 24, 2005
Hasan Aljudy
May 24, 2005
p9e883002
May 24, 2005
Lionello Lunesu
May 25, 2005
John Reimer
May 25, 2005
John Reimer
May 25, 2005
Lionello Lunesu
May 25, 2005
Regan Heath
May 25, 2005
Lionello Lunesu
May 27, 2005
Hasan Aljudy
May 24, 2005
Brad Beveridge
May 24, 2005
Walter
May 24, 2005
Russ Lewis
May 24, 2005
Walter
May 24, 2005
Jim H
May 24, 2005
Walter
May 25, 2005
Jay
Re: isnot => !is ~ A BETTER IDEA?
May 25, 2005
Kris
May 25, 2005
Derek Parnell
May 25, 2005
Lionello Lunesu
May 27, 2005
Matthias Becker
May 27, 2005
Lars Ivar Igesund
May 24, 2005
Walter
May 27, 2005
Matthias Becker
May 24, 2005
Tom S
May 24, 2005
Regan Heath
May 24, 2005
Tom S
May 24, 2005
Regan Heath
Re: if ( isnot !== !is ) ... make it isnt
May 25, 2005
David L. Davis
May 25, 2005
John Reimer
May 25, 2005
Regan Heath
May 25, 2005
Derek Parnell
Re: if ( isnot !== !is ) ... A different approach?
May 25, 2005
kris
May 25, 2005
Eugene Pelekhay
May 25, 2005
Derek Parnell
May 25, 2005
Eugene Pelekhay
May 25, 2005
Lionello Lunesu
May 25, 2005
Lionello Lunesu
May 27, 2005
uframer
May 25, 2005
John Reimer
May 25, 2005
John Reimer
May 25, 2005
Regan Heath
May 25, 2005
John Reimer
May 25, 2005
Tom S
May 25, 2005
Russ Lewis
May 25, 2005
pragma
May 25, 2005
John Reimer
May 24, 2005
Derek Parnell
May 25, 2005
James McComb
May 24, 2005
Russ Lewis
Re: isnot !== !is :P
May 24, 2005
David L. Davis
May 24, 2005
Russ Lewis
May 24, 2005
Hasan Aljudy
May 24, 2005
Russ Lewis
May 23, 2005
While I understand the desire for an isnot operator as the complement of 'is', I confess I always just hated 'isnot', both for it's BASICy look and the rude alternate way of pronouncing it.

How about:
    !is
?


May 23, 2005
Walter wrote:

> While I understand the desire for an isnot operator as the complement of 'is', I confess I always just hated 'isnot', both for it's BASICy look and the rude alternate way of pronouncing it.
> 
> How about:
>     !is
> ?

Works for me! :)

Lars Ivar Igesund
May 23, 2005
> How about:
>     !is

That's my choice. Don't forget !in
May 23, 2005
Walter wrote:
> While I understand the desire for an isnot operator as the complement of
> 'is', I confess I always just hated 'isnot', both for it's BASICy look and
> the rude alternate way of pronouncing it.
> 
> How about:
>     !is
> ?
> 
> 


Not the most beautiful, but I wouldn't argue!  It's a lot better than the alternative.

Are you going to put it in?

-JJR
May 23, 2005
I guess "aint" is just too redneck, or something  :-)

!is would be kosher from my perspective too, though you might also consider "not" ...

if (x is y)
if (x not y)




"Walter" <newshound@digitalmars.com> wrote in message news:d6tfcc$221o$1@digitaldaemon.com...
> While I understand the desire for an isnot operator as the complement of 'is', I confess I always just hated 'isnot', both for it's BASICy look and the rude alternate way of pronouncing it.
>
> How about:
>     !is
> ?
>
>


May 23, 2005
I guess "aint" is just too redneck, or something  :-)

!is would be kosher from my perspective too, though you might also consider "not" ...

if (x is y)
if (x not y)

Hum ... I suppose that could be misinterpreted.

!is does have some kind of Yoda feel to it ... for better or worse



"Walter" <newshound@digitalmars.com> wrote in message news:d6tfcc$221o$1@digitaldaemon.com...
> While I understand the desire for an isnot operator as the complement of 'is', I confess I always just hated 'isnot', both for it's BASICy look and the rude alternate way of pronouncing it.
>
> How about:
>     !is
> ?
>
>


May 23, 2005
Walter wrote:
> While I understand the desire for an isnot operator as the complement of
> 'is', I confess I always just hated 'isnot', both for it's BASICy look and
> the rude alternate way of pronouncing it.
> 
> How about:
>     !is
> ?

My eyes refuse to parse it. I'm just getting an error while reading 'a not is b' /* a !is b */ :( I need a preprocessor and I'm gonna use 'isnot' or 'aint'... Or I'm gonna stick with !== (unless it becomes deprecated)


-- 
Tomasz Stachowiak  /+ a.k.a. h3r3tic +/
May 23, 2005
> "not" ...
>
> if (x is y)
> if (x not y)
>

Might get confused with ! when spoken, but we could say "bang" :>
May 23, 2005
Aye; but there's no comma ~ hence no bang. More of a "phuuut" <g>

(society doesn't care for punctuation anymore; boo hoo)



"Vathix" <vathix@dprogramming.com> wrote in message news:op.sq8ylmt2kcck4r@esi...
> > "not" ...
> >
> > if (x is y)
> > if (x not y)
> >
>
> Might get confused with ! when spoken, but we could say "bang" :>


May 23, 2005
In article <d6tgiu$23a5$1@digitaldaemon.com>, Kris says...
>
>I guess "aint" is just too redneck, or something  :-)

I kinda like 'aint' but it would probably confuse the heck out of people outside the US.  They'd probably think it was an integer type :)

>!is would be kosher from my perspective too, though you might also consider "not" ...
>
>if (x is y)
>if (x not y)
>
>Hum ... I suppose that could be misinterpreted.

Yup.  I read 'not' as unary negation.  Besides, on some level I'd like to allow for the possibility of alternate symbols--so we could have 'and' alias '&&', etc.

>!is does have some kind of Yoda feel to it ... for better or worse

I'll take any symbol so long as it is a binary inverse indentity operator.  The existing !(a is b) is too awkward.


Sean


« First   ‹ Prev
1 2 3 4 5 6 7 8 9 10 11