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 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Any Large Repositories Of Ada 95 Best Practices Code Date: Wed, 24 Jan 2018 09:41:13 +0000 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="58d77f6ed2eb5a06f8c5c51c0192bc9a"; logging-data="2334"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19QEb9KM18MXZxkZEBBO7rqRGXeVOvYTyM=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:3zePcEk5KaAnPnShQsLqT1vQ/b4= sha1:nejnk6atQjKEK6GmrbgnhgTigfU= Xref: reader02.eternal-september.org comp.lang.ada:50091 Date: 2018-01-24T09:41:13+00:00 List-Id: "MichaelD_4321@aol.com" writes: > Are there any places on the Internet where I can find extensive lists > of example Ada 95 code? Not sure there'll be that many specifically Ada 95 resources; most will be at least 2005, and some 2012. That said, most that were written for Ada 95 will be OK with the newest compiler. You need to compile with -gnat95 to use the earlier standard. I think that even with this switch the standard library will still support some newer features. > Specifically, I would like to find how to do all the fine intricate > things in Ada 95! Most languages have these databases, so there has to > be a few good ones for Ada 95. On GitHub, search for ada, then in the left column click on language Ada. 1000+ projects. On Sourceforge, search for ada, then in the left column check Ada under Programming Language. 263 projects.