Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site burdvax.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!psuvax1!burdvax!coltoff From: coltoff@burdvax.UUCP (Joel Coltoff) Newsgroups: net.lang.c Subject: Re: Standard extensions (logical exclusive or) Message-ID: <1799@burdvax.UUCP> Date: Tue, 13-Nov-84 14:06:50 EST Article-I.D.: burdvax.1799 Posted: Tue Nov 13 14:06:50 1984 Date-Received: Thu, 15-Nov-84 03:34:29 EST References: <> <352@digi-g.UUCP>, <1442@pucc-h>, <374@petsd.UUCP> Organization: System Development Corporation, Paoli PA Lines: 15 < ----------- > What is at issue here is not if the ^^ is really needed. Anyone with half a brain knows that it isn't. When I look at ^^ I can think of logical exclusive OR right away. When I see !a != !b ( or !!a != !!b ) I have to stop and think about it. If we want to get rid of ops that aren't needed lets get rid of &&. Afterall ( a && b ) can be done by ( !( !a || !b ) ) How about getting rid of the minus operator. All we have to do is complement and add. If the question is should the size of C be allowed to grow I say leave it as is. If people are opposed to ^^ because it isn't needed then maybe the whole language should be evaluated for frivolous features. -- Joel Coltoff {sdcrdcf,bpa,psuvax1}!burdvax!coltoff (215)648-7258