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.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7eaf9f2597de2259 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-12 07:54:33 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!news-hog.berkeley.edu!ucberkeley!nntp-relay.ihug.net!ihug.co.nz!out.nntp.be!propagator-SanJose!in.nntp.be!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <9q25ec0248o@drn.newsguy.com> <9q421v0bbg@drn.newsguy.com> <9q4a37$npd$1@nh.pace.co.uk> <9q4e59018lm@drn.newsguy.com> <20011011191946.K11745-100000@shell5.ba.best.com> Subject: Re: on package naming, should the word Message-ID: X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Fri, 12 Oct 2001 10:54:04 EDT Organization: http://www.newsranger.com Date: Fri, 12 Oct 2001 14:54:04 GMT Xref: archiver1.google.com comp.lang.ada:14416 Date: 2001-10-12T14:54:04+00:00 List-Id: In article , Preben Randhol says... > >Because reading: > > Counter +:= 1; > Product *:= 5; > >is less clear than > > Counter := Counter + 1; > Product := Product * 5; > >If you even use a decent editor (read Vim ;-) ) then you don't even have >to type the Counter or Product variable the second time fully >(completion shortcut) Hmmm. How about a minor mode for Emacs (c-junkie-mode) that automaticly transforms the mathematical assignments, square-bracket array designators, comma and question mark operators, squirly braces, and whatever else C addicts feel *have* to be in a language lest they get the jitters, into proper Ada? It could even do it on save, and transform it back on load for them. :-) --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html No trees were killed in the sending of this message. However a large number of electrons were terribly inconvenienced.