From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Ben Newsgroups: comp.lang.ada Subject: Re: who needs types? Types makes code ugly. Date: Fri, 03 Jun 2022 21:56:59 +0100 Organization: A noiseless patient Spider Message-ID: <87sfolsbxg.fsf@bsb.me.uk> References: <87wndzt8f1.fsf@bsb.me.uk> <09683835-f090-47ce-8a39-467e5fb3167an@googlegroups.com> <87fskmty0c.fsf@bsb.me.uk> <871qw5ty1t.fsf@bsb.me.uk> MIME-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="bf467813db502b3686b40d5fd9202a72"; logging-data="29497"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19CTtpd42fOvR4059BB42p73dlnlannA+o=" Cancel-Lock: sha1:M3pXQA1cRmB6NEwpx283bY4yS7E= sha1:qGLPmw5vTydC2UMbWO/SsLaYzbg= X-BSB-Auth: 1.a88e6b65a5c54c3a778c.20220603215659BST.87sfolsbxg.fsf@bsb.me.uk Xref: reader02.eternal-september.org comp.lang.ada:63924 List-Id: Niklas Holsti writes: > On 2022-06-03 21:13, Ben wrote: >> Is there a good place to go for a "summary of changes" between standards? > > Each version of the Reference Manual has an "Introduction" chapter that contains a subheading "Language Changes", but those are quite terse. If > you can find a "Rationale" document for the version in question that usually has much more information about the changes. > > For Ada 95: https://www.adaic.org/resources/add_content/standards/95rat/rat95html/rat95-contents.html > > For Ada 2005: https://www.adaic.org/ada-resources/standards/ada05/ > > For Ada 2012: http://www.ada-auth.org/standards/rationale12.html > > For Ada 2022, see the Intro in the RM: http://www.ada-auth.org/standards/ada2x.html > > For Ada 2022 I don't think there is any "Rationale" document (yet), but there are various summaries and introductions, for example > https://learn.adacore.com/courses/whats-new-in-ada-2022/chapters/introduction.html Thanks for the links. -- Ben.