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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,6327f05d4989a68d X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.198.196 with SMTP id ep4mr6887559qab.3.1356326950964; Sun, 23 Dec 2012 21:29:10 -0800 (PST) Received: by 10.49.58.140 with SMTP id r12mr3060290qeq.35.1356326950948; Sun, 23 Dec 2012 21:29:10 -0800 (PST) Path: k2ni2110qap.0!nntp.google.com!ee4no2024001qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 23 Dec 2012 21:29:10 -0800 (PST) In-Reply-To: <4c101d74-c8cb-45a6-82d4-91923bb950b0@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.153.58.182; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.153.58.182 References: <7wrdmbre6jw9.qww9l0uzj6mg.dlg@40tude.net> <14oqoq06zhlu2.tcasif3hdyhw.dlg@40tude.net> <1drh1q1ln2dfh$.a9hwlg01fjfy.dlg@40tude.net> <50d6365d$0$6577$9b4e6d93@newsspool3.arcor-online.net> <1pbg79bz92j3t$.sz41zduivjfp.dlg@40tude.net> <4c101d74-c8cb-45a6-82d4-91923bb950b0@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Press Release - Ada 2012 Language Standard Approved by ISO From: Shark8 Cc: mailbox@dmitry-kazakov.de Injection-Date: Mon, 24 Dec 2012 05:29:10 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-12-23T21:29:10-08:00 List-Id: On Sunday, December 23, 2012 8:44:54 PM UTC-6, sbelm...@gmail.com wrote: > >=20 > Recall that exception specifications in C++ was a god-awful nightmare, an= d has since been depreciated. It makes it nearly impossible to write anyth= ing useful, since if subprogram A raises exception E, then any subprogram A= calls during its body must also only ever raise E, and it's turtles all th= e way down. Except that we have a superior language in Ada -- the ability to have nest= ed subprograms can minimize that. Also, the compiler could catch-and-reject= any such mistake the programmer makes. in this regard -- we already do it= for Restriction pragmas, right?