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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,52fd60a337c05842 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-18 03:50:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!colt.net!news-x2.support.nl!psinet-eu-nl!psiuk-p4!uknet!psiuk-p3!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: ada paper critic Date: Mon, 17 Jun 2002 10:15:12 -0400 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: References: NNTP-Posting-Host: dhcp-200-133.miami.pace.co.uk X-Trace: nh.pace.co.uk 1024323314 29640 136.170.200.133 (17 Jun 2002 14:15:14 GMT) X-Complaints-To: newsmaster@news.cam.pace.co.uk NNTP-Posting-Date: 17 Jun 2002 14:15:14 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:26224 Date: 2002-06-17T14:15:14+00:00 List-Id: The Ada83 reference manual tended to use all caps for identifiers - not exactly a "recommendation" but it was the fashionable thing to do (mimmic the LRM). And its really important to remember that as Ada was emerging into the light of day, there was still a lot of equipment out in the world that didn't support lower case. (Line printers being a common example.) Hence it was quite common at that time for programs in other languages (like Fortran and Cobol) to be all upper case. Ada style back then was just a reflection of what was commonly done elsewhere. (To this day, C fashion for things created with #define is to use all caps.) But just as women's clothing fashions change on a regular basis, so to do coding styles. :-) MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com "AG" wrote in message news:M4RO8.4709$iR2.423709@news.xtra.co.nz... > > Sorry, could you comment on this a bit more? > I know it was a stated requirement that any > program *can* be written in all capitals, but > recommended? > >