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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f868292008c639ce X-Google-Attributes: gid103376,public From: Hyman Rosen Subject: Re: C vs. Ada - strings Date: 2000/05/04 Message-ID: #1/1 X-Deja-AN: 619192539 Sender: hymie@calumny.jyacc.com References: <390F0D93.F835FAD9@ftw.rsc.raytheon.com> <8es4ad$3d6$1@nnrp1.deja.com> X-Complaints-To: abuse@panix.com X-Trace: news.panix.com 957456476 24695 209.49.126.226 (4 May 2000 16:07:56 GMT) Organization: PANIX Public Access Internet and UNIX, NYC NNTP-Posting-Date: 4 May 2000 16:07:56 GMT Newsgroups: comp.lang.ada Date: 2000-05-04T16:07:56+00:00 List-Id: Robert Dewar writes: > Strings in Ada are too boring, it's much more exciting to code > in a language where > if ("abc" == "abc") > has implementation dependent semantics, and keeps you in > suspense on the outcome :-) > At least I think it's impl dependent -- perhaps I remembered > wrong, and it's always false :-) Actually, it's unspecified. Some could be true and some could be false within the same program. (We're talking about C (or C++), of course.)