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: Florian Weimer Subject: Re: Three simple questions Date: 2000/10/16 Message-ID: <874s2cv8xp.fsf@deneb.enyo.de>#1/1 X-Deja-AN: 682373700 References: <2BED68CA963D6D55.A78776F656DA0452.75A61ED22116F1B6@lp.airnews.net> Organization: Enyo's not your organization Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-10-16T00:00:00+00:00 List-Id: Kilgallen@eisner.decus.org.nospam (Larry Kilgallen) writes: > 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 ? Yes. For example, the Revised Report on the Algorithmic Language Scheme capitalizes identifiers at the beginning of a sentence. Usually, they are written entirely in lowercase letters, but it doesn't matter because Scheme is not case-sensitive. ;-)