From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.5 required=3.0 tests=BAYES_05,T_SCC_BODY_TEXT_LINE, XPRIO autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Carbon Date: Wed, 17 Aug 2022 20:02:53 -0500 Organization: A noiseless patient Spider Message-ID: References: <3d316e96-406a-4e2b-86ae-5b4b675813c4n@googlegroups.com> <7acda3cc-3b98-4bed-8910-57db32f635ban@googlegroups.com> Injection-Date: Thu, 18 Aug 2022 01:02:55 -0000 (UTC) Injection-Info: reader01.eternal-september.org; posting-host="2622ec0c9258f639e76de0fc1eae5c69"; logging-data="700641"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/++q36zitXk5XzVR9onQQWLYnwQewm6a4=" Cancel-Lock: sha1:xSKsESqkTv928afeJvWXjh5usUE= X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.7246 Xref: reader01.eternal-september.org comp.lang.ada:64203 List-Id: "John Perry" wrote in message news:7acda3cc-3b98-4bed-8910-57db32f635ban@googlegroups.com... > On Wednesday, August 10, 2022 at 3:26:44 AM UTC-5, Luke A. Guest wrote: >> The only Ada95 DS book I know of is the one I have by Mark Weiss. > > The one is have is by Feldman. The Ada 2012 book by Peter Chapin looks promising, although I don't think he's finished it (https://github.com/pchapin/tutorialada). There is a PDF version of it available on-line. Otherwise, I recommend Ada Distilled (https://www.adaic.org/wp-content/uploads/2010/05/Ada-Distilled-24-January-2011-Ada-2005-Version.pdf) [Ada 2005], and the Craft of Object Oriented Programming (http://archive.adaic.com/docs/craft/craft.html) [Ada 95], depending on the programmer's level. These are all written in the text book style, and are all available for free on the Internet. I don't think you miss too much learning with an Ada 95 book first (most of the newer stuff is fairly obvious, or needs a text book of it's own. The Wikibook is also a good choice (http://en.wikibooks.org/wiki/Ada_Programming), but you do have to be on-line to use it (the others are downloadable and thus usable locally). I find the Barnes book to be too much of a good thing (sorry, John!). When John gave me a copy at a Paris ARG meeting, I put it on my lap to look through it (since my hotel room was tiny), my legs got numb after not very long. I know better than to put it on a body part again. :-) I'd recommend it as a reference for serious Ada programmers, since it tries to cover everything (the latest version has an Ada 2022 appendix). Randy.