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.138.91 with SMTP id m88mr3934755iod.66.1516783159173; Wed, 24 Jan 2018 00:39:19 -0800 (PST) X-Received: by 10.157.31.57 with SMTP id x54mr645292otd.1.1516783158639; Wed, 24 Jan 2018 00:39:18 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!g80no2764731itg.0!news-out.google.com!s63ni3931itb.0!nntp.google.com!g80no2764729itg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 24 Jan 2018 00:39:18 -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: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <78ab953a-c2d0-42e8-b14d-ac5d69a8eeda@googlegroups.com> Subject: Re: Any Large Repositories Of Ada 95 Best Practices Code From: bozovic.bojan@gmail.com Injection-Date: Wed, 24 Jan 2018 08:39:19 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Body-CRC: 445744592 X-Received-Bytes: 2464 Xref: reader02.eternal-september.org comp.lang.ada:50090 Date: 2018-01-24T00:39:18-08:00 List-Id: On Wednesday, January 24, 2018 at 8:47:40 AM UTC+1, Michae...@aol.com wrote= : > Are there any places on the Internet where I can find extensive lists of = example Ada 95 code? >=20 > Specifically, I would like to find how to do all the fine intricate thing= s in Ada 95! Most languages have these databases, so there has to be a few = good ones for Ada 95. >=20 > Thank you, >=20 > Michael A compiler you use should have sources of its run time library available, s= o it's the first place to look for examples of good code and programming te= chniques. As you want Ada 95 specifically, not newer versions of the standa= rd, apart from materials on http://www.adaic.org/learn/materials/ you can l= ook at the sources of GNAT 3.15/P compiler, which is in Ada 95 itself, as i= s the last AdaCore GMGPL (permissive license) release (apart from GNAT/Pro = commercial product, of course) https://sourceforge.net/projects/gnuada/file= s/GNAT_P%20Sources/3.15/ also depending on what you wish to do, you can loo= k at free source code of SourceForge and GitHub projects in Ada. I hope my = answer will be of use to you even though I don't have much experience.