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,5abb98ddac989f74 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!o5g2000hsb.googlegroups.com!not-for-mail From: brian.b.mcguinness@lmco.com Newsgroups: comp.lang.ada Subject: Re: New Ada Standard Date: 4 Apr 2007 04:56:37 -0700 Organization: http://groups.google.com Message-ID: <1175687797.356962.209890@o5g2000hsb.googlegroups.com> References: NNTP-Posting-Host: 192.172.8.14 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1175687811 30737 127.0.0.1 (4 Apr 2007 11:56:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 4 Apr 2007 11:56:51 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: o5g2000hsb.googlegroups.com; posting-host=192.172.8.14; posting-account=R0BKUQwAAAAEH1zhMKQoEzkWfZJu3USj Xref: g2news1.google.com comp.lang.ada:14783 Date: 2007-04-04T04:56:37-07:00 List-Id: On Apr 3, 7:37 pm, "Randy Brukardt" wrote: > In any case, the best choice is to call it "Ada"; it's now the standard and > should be the default on new compilers (it certainly will be on Janus/Ada). > If you need to reference the standard itself, that is "Amendment 1" (there > is no standard document that includes the complete language; you have to > merge three of them to get that, or use Ada Europe's consolidated standard - > which isn't official anyway). You might need year numbers to talk about > obsolete Ada versions like Ada 95, but not about the current one. > > Randy. To me, the term "Ada" could refer to any version of the language. It is sometimes necessary to make it clear that you are referring to the most recent version of the language, and a term such as "Ada 2005" is a convenient way of doing so. For example, if someone wanted to inquire whether a certain compiler supported all of the latest language features, he might ask whether that compiler supported the full Ada 2005 standard. --- Brian