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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.26.203 with SMTP id a194mr5130611ioa.22.1516872987329; Thu, 25 Jan 2018 01:36:27 -0800 (PST) X-Received: by 10.157.11.180 with SMTP id 49mr832213oth.5.1516872987215; Thu, 25 Jan 2018 01:36:27 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!paganini.bofh.team!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!w142no453403ita.0!news-out.google.com!b73ni10434ita.0!nntp.google.com!w142no453400ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 25 Jan 2018 01:36:26 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=87.116.179.50; posting-account=z-xFXQkAAABpEOAnT3LViyFXc8dmoW_p NNTP-Posting-Host: 87.116.179.50 References: <78ab953a-c2d0-42e8-b14d-ac5d69a8eeda@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Any Large Repositories Of Ada 95 Best Practices Code From: bozovic.bojan@gmail.com Injection-Date: Thu, 25 Jan 2018 09:36:27 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:50138 Date: 2018-01-25T01:36:26-08:00 List-Id: On Wednesday, January 24, 2018 at 6:37:25 PM UTC+1, Jeffrey R. Carter wrote: > On 01/24/2018 09:39 AM, bozovic.bojan@dont-spam-me-and-remove-this.gmail.com wrote: > > > > A compiler you use should have sources of its run time library available, so it's the first place to look for examples of good code and programming techniques. > > I'm not aware of any compiler other than GNAT that provides the source of its > run time. > > -- > Jeff Carter > "You couldn't catch clap in a brothel, silly English K...niggets." > Monty Python & the Holy Grail > 19 I should've been more clear, but my understanding of English isn't good. I thought he eyes Ada 95 standard to use it on some embedded device where only proprietary cross-compiler exists, and uses GNAT otherwise. That was my error indeed.