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: Robert A Duff Subject: Re: C vs. Ada - strings Date: 2000/05/04 Message-ID: #1/1 X-Deja-AN: 619218285 Sender: bobduff@world.std.com (Robert A Duff) References: <390F0D93.F835FAD9@ftw.rsc.raytheon.com> <8es4ad$3d6$1@nnrp1.deja.com> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 2000-05-04T00:00:00+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 :-) "Exciting", eh? Are you trying to demonstrate the truth of what I said in another thread: > ... I think there are lots of programmers who like > languages for reasons other than the quality of the resulting programs. ? ;-) > At least I think it's impl dependent -- perhaps I remembered > wrong, and it's always false :-) I think you remembered correctly. - Bob