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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8347bd012ceed0a3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!bcklog1.nntp.dca.giganews.com!nntp.megapath.net!news.megapath.net.POSTED!not-for-mail NNTP-Posting-Date: Fri, 30 Jun 2006 17:15:34 -0500 From: "Randy Brukardt" Newsgroups: comp.lang.ada References: <1151582487.773268.282460@x69g2000cwx.googlegroups.com> Subject: Re: How To Learn About All The Different Packages Date: Fri, 30 Jun 2006 17:16:20 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Message-ID: <7N6dnR1dwJoaPzjZnZ2dnUVZ_oydnZ2d@megapath.net> NNTP-Posting-Host: 64.32.209.38 X-Trace: sv3-2Ia1xKGwwIRLmcXTjDoK49vruu7uLWfYEz2a0BUjyddj6cl2121Po8mgfrzwp7X0Z0sZiPi40XItxm6!SRAKulnV9JkncwuEb3jDfxgLVxlVH+uevM8P1UxtWr2TAknxwZmMDm8o+IqzX1wZ0Bij7gqAaYt/!3jKQIAqa7kWYcA== X-Complaints-To: abuse@megapath.net X-DMCA-Complaints-To: abuse@megapath.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:5358 Date: 2006-06-30T17:16:20-05:00 List-Id: "Stephen Leake" wrote in message news:ud5cqvdtq.fsf@nasa.gov... > "Chris L" writes: ... > > I usually like examples in making choices about what to use in my > > code. For example, how do I use ada.directories. > > Ada.Directories is new in Ada 2005, so an Ada 95 book won't talk about > it. After Ada 2005 is finally approved, there may be some books > written about it. John Barnes' book, "Programming in Ada 2005" is available now. See http://www.adaic.com/learn/textbook.html for details. John gave me a copy at the recent Ada Europe show, and my desk has sagged considerably ever since.... :-) Section 21.8 covers Ada.Directories. (It's fairly short, actually, there is a lot of the same material in the section 7.4 of the Ada 2005 Rationale: http://www.adaic.com/standards/05rat/html/Rat-7-4.html. That's not surprising, as John wrote both books.) The nice thing about John's book is that it covers the entire Ada 2005 language. The other materials cover just the new stuff (like Directories and Containers), which is fine for old Ada hands, but newcomers are better off seeing the big picture. I also highly recommend Norm Cohen's book "Ada as a Second Language" (see the same listing of textbooks for details). There are also a number of downloadable books available. Randy Brukardt.