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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1dd28d5040ded1f8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-10 18:22:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!howland.erols.net!feed2.news.rcn.net!rcn!newsfeed1.earthlink.net!newsfeed2.earthlink.net!newsfeed.earthlink.net!newsfeed0.news.atl.earthlink.net!news.atl.earthlink.net!news.mindspring.net!not-for-mail From: Richard Riehle Newsgroups: comp.lang.ada Subject: Re: Announce: Grace project site operational Date: Fri, 10 May 2002 18:23:59 -0700 Organization: AdaWorks Software Engineering Message-ID: <3CDC72AF.BE00D2E7@adaworks.com> References: <3CD88FBD.4070706@telepath.com> <3CD91E31.1060004@telepath.com> <3CDBD673.FF452A3D@otelco.net> Reply-To: richard@adaworks.com NNTP-Posting-Host: 41.b2.4e.f2 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Server-Date: 11 May 2002 01:21:44 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:23877 Date: 2002-05-11T01:21:44+00:00 List-Id: Larry Hazel wrote: > I remember starting in the middle of an Ada 83 project. There was a separate > type defined for everything. An old Elvis song kept going through my head. But > instead of "girl happy", I was substituting "type happy". I remember a project where the integer types were defined, type Int_8 is range -2**7..2**7-1; for Int_8'Size use 8; type Int_16 ... for Int_16'Size ... type Int_32 ... for Int_32'Size ... Richard Riehle