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: border1.nntp.dca1.giganews.com!nntp.giganews.com!newspeer1.nac.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!news.stack.nl!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Jeffrey Carter Newsgroups: comp.lang.ada Subject: Re: Ada 95 -- Ada 2005 -- Ada 2012 Date: Wed, 27 Aug 2014 13:05:31 -0700 Organization: Also freenews.netfront.net; news.tornevall.net; news.eternal-september.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Date: Wed, 27 Aug 2014 20:05:34 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="c80a4d3163c70168f86ada42dbeebdf3"; logging-data="21926"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX195Ox5ep5PwUnowR2Qu/I8Z8AzH805w6EE=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 In-Reply-To: Cancel-Lock: sha1:5MtWd2/LSluIeJbWztisv46eH/U= Xref: number.nntp.dca.giganews.com comp.lang.ada:188688 Date: 2014-08-27T13:05:31-07:00 List-Id: On 08/27/2014 11:46 AM, gdotone@gmail.com wrote: > > is the object oriented features so different in Ada 2012 that i should not > use a book teaching Ada 95, the book is the second edition by Koffman and > Feldman "Ada 95: Problem Solving and Program Design" Ada 95 is a very good language. IMO, it is better than any language that doesn't have "Ada" in its name. Even Ada 83 is better than 99% of the languages in use. The changes in later versions of the language are not difficult to pick up once you've learned Ada 95. The major changes are 1. The data-structure library in Ada.Containers.* 2. Aspects, especially for specifying pre- and postconditions 3. Syntactic sugar to allow Object.Operation notation for tagged types 4. User-defined indexing 5. Additional for-loop forms There is also interfaces, but "IMHO, Interfaces are worthless."--Randy Brukardt, compiler writer, ARG member, and ARM editor. -- Jeff Carter "Since I strongly believe that overpopulation is by far the greatest problem in the world, this [Soylent Green] would be my only message movie." Charleton Heston 123