From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.7 required=5.0 tests=BAYES_00,INVALID_DATE, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Xref: utzoo comp.software-eng:3284 comp.lang.ada:3549 comp.lang.c:27245 comp.lang.modula2:2220 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!snorkelwacker!spdcc!ima!haddock!karl From: karl@haddock.ima.isc.com (Karl Heuer) Newsgroups: comp.software-eng,comp.lang.ada,comp.lang.c,comp.lang.modula2 Subject: Re: Ada vs C, objectivity requested Message-ID: <16292@haddock.ima.isc.com> Date: 26 Mar 90 20:37:07 GMT References: <1771@awdprime.UUCP> <567@proxima.UUCP> Reply-To: karl@haddock.ima.isc.com (Karl Heuer) Followup-To: comp.lang.c Organization: Interactive Systems, Cambridge, MA 02138-5302 List-Id: This subthread is C-specific. I am redirecting followups to comp.lang.c. In article <567@proxima.UUCP> lucio@proxima.UUCP (Lucio de Re) writes: >Take another point. The "0b" prefix Walter Bright added to provide >binary number representation is an obvious extension to C. The ANSI >committee did not consider it... It *was* considered, but rejected. I suspect the response was "Insufficient utility; Does not address a major deficiency; No established current practice" or something like that. >Well, I like it and I use it, and I would like it incorporated into the ANSI >standard. No problem. Campaign to have it added to gcc; hint to your other vendors that you like the feature. If it's current practice when the next time around, it has a much better chance of making it into C-2000. >Certainly I would hate to lose it because some committee states that its >implementation invalidates my compiler's compliance with the standard. The feature doesn't break any existing code. At worst, it requires a warning diagnostic when the compiler is run in strictly pedantic ANSI mode. The fact that ANSI doesn't support it is not an excuse for not providing it. Karl W. Z. Heuer (karl@ima.ima.isc.com or harvard!ima!karl), The Walking Lint