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,b2d36a382ccbeb18 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news4.google.com!news.germany.com!storethat.news.telefonica.de!telefonica.de!news-fra1.dfn.de!news.tele.dk!feed118.news.tele.dk!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Date: Mon, 26 May 2008 14:05:20 +0200 From: Thomas Locke User-Agent: Thunderbird 2.0.0.14 (X11/20080421) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: How Would a Hobbyist Learn Ada? References: <2ee634c3-0dee-4f02-8b02-c4804efd068f@x19g2000prg.googlegroups.com> <483a7d12$0$90273$14726298@news.sunsite.dk> <483a8103$0$7554$9b4e6d93@newsspool1.arcor-online.net> In-Reply-To: <483a8103$0$7554$9b4e6d93@newsspool1.arcor-online.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <483aa780$0$90269$14726298@news.sunsite.dk> Organization: SunSITE.dk - Supporting Open source NNTP-Posting-Host: 77.212.116.206 X-Trace: news.sunsite.dk DXC=a@FLdH^NIV8@:6iQ9Q>ag7YSB=nbEKnk;4?N7_EgM4b5]KcSoP8OK@8@kCUDmHHZ?5Q@YG?9\n\[0YcNc@LkKo=?FEo:]C1U7H> X-Complaints-To: staff@sunsite.dk Xref: g2news1.google.com comp.lang.ada:370 Date: 2008-05-26T14:05:20+02:00 List-Id: Georg Bauhaus wrote: > Have you seen this, > David J. Naiditch, Rendevouz with Ada 95. Nope, haven't seen that. Thanks! > Also, start at chapter 2, not 1, in John English's book, > http://www.cmis.brighton.ac.uk/~je/adacraft/ch02.htm A very nice link. Thanks again Georg. > The Wikibook has just a few tutorial pages; would you think > that tutorial examples alongside the concepts will help? YES! For the average IQ person, I believe examples are much easier to grasp than pure concepts. Combine the two, and everything is golden, IMHO. I think a good example of a near perfect online "manual" is how the PHP folks have done it. http://php.net/manual I know that PHP is a *much* simpler language to write a manual for, as we're not as close to the metal as with Ada, but the concept of having examples littered all over the place is a good one. Also the user comments can be a great help. The cross-references are also a great help, e.g. on the time() manual pages there are links to stuff like microtime() and date(), as their functionality overlaps to a certain degree. > Or does the need to have something fully targetted at specific > questions? I think this is handled quite well @ http://www.rosettacode.org/wiki/Ada Perhaps a link to that site could be put on the wiki - somewhere visible. :o) /Thomas