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: a07f3367d7,5468df70e82939f4 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.236.136.202 with SMTP id w50mr11055769yhi.47.1344998912411; Tue, 14 Aug 2012 19:48:32 -0700 (PDT) Path: c6ni115601339qas.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nrc-news.nrc.ca!goblin2!goblin.stu.neva.ru!feeder.erje.net!news2.arglkargh.de!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: Free learning resources for Ada (are they good enough?) Date: Fri, 10 Aug 2012 10:06:16 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <6d05c25a-7273-47ad-b4b0-8011366c2a62@googlegroups.com> <5023bc51$0$9522$9b4e6d93@newsspool1.arcor-online.net> <1a4752e6-1474-4163-9863-817b00aba559@googlegroups.com> Mime-Version: 1.0 Injection-Date: Fri, 10 Aug 2012 10:06:16 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="0e44dd4a3c4e0a6e83a86f947fb780ae"; logging-data="12647"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18T8wE0z/EAvrpf4EZ8hqyLuYafMIpUshQ=" User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) Cancel-Lock: sha1:fYliGvBVRDJ1rkBaWeVXfPMzdrI= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Date: 2012-08-10T10:06:16+00:00 List-Id: On Thu, 09 Aug 2012 16:45:17 -0700, Dufr wrote: > Incidentally, this brings up an important question: would a beginner > (starting today) be likely to later find himself at a disadvantage if he > learns the language from an Ada 95 / 2005 tutorial (instead of the > latest 2012 standard)? If the beginner has a background in other OO languages where you can write object.method(); calls, he may be more comfortable going straight to Ada 2005 which allows both object.method; and method(object); rather than un-learning that for Ada(95) and re-learning it later. Otherwise I agree that Ada-95 is a perfectly good place to start. - Brian