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,66bc6b039f1e005d X-Google-Attributes: gid103376,public From: Kilgallen@eisner.decus.org.nospam (Larry Kilgallen) Subject: Re: Three simple questions Date: 2000/10/17 Message-ID: #1/1 X-Deja-AN: 682423911 References: <2BED68CA963D6D55.A78776F656DA0452.75A61ED22116F1B6@lp.airnews.net> <8sg7bj$fon$1@nnrp1.deja.com> X-Complaints-To: abuse@verio.net X-Trace: iad-read.news.verio.net 971781810 216.44.122.34 (Tue, 17 Oct 2000 11:23:30 GMT) Organization: LJK Software NNTP-Posting-Date: Tue, 17 Oct 2000 11:23:30 GMT Newsgroups: comp.lang.ada Date: 2000-10-17T00:00:00+00:00 List-Id: In article <8sg7bj$fon$1@nnrp1.deja.com>, Robert Dewar writes: > In article , > Kilgallen@eisner.decus.org.nospam (Larry Kilgallen) wrote: >> In article , Robert A Duff > writes: >> >> > I find myself going to some trouble to avoid starting a > sentence with a >> > case-senstive name -- "The 'gcc' command compiles Ada > programs.", rather >> > than "'gcc' compiles Ada programs.", which is ugly, or > "'Gcc' compiles >> > Ada programs.", which is wrong. >> >> Isn't it only wrong on case-sensitive operating systems ? > > Assuming there was no missing smiley here and that Larry > was serious (which may be a silly assumption), I will say > that I know exactly what Bob means, and I do the same > myself. It is analogous to knowing that the following > sentence is malformed. > > E.e. cummings was one of the last centuries most brilliant > poets. Since the three characters were quoted, I would expect that on a case blind command language the statements: 'gcc' compiles... 'Gcc' compiles... 'gCC' compiles... would all be equally true, especially since the substitute "The 'gcc' command compiles" indicates that the three letters represent the command rather than the official product name of the compiler. If I were king, I would have named the compiler with a capitalized acronym even if the command to invoke it had to be lower case on my favorite operating system. But I rarely agree with Mr. Stallman.