Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.182 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.71; '*S*': 0.07; 'cc:addr:python-list': 0.11; '(note': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'handling,': 0.16; 'url:sort': 0.16; 'exception': 0.16; 'language': 0.16; 'sender:addr:gmail.com': 0.17; 'appears': 0.22; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'url:%3f': 0.24; 'cc:2**0': 0.24; 'subject:/': 0.26; 'url:edu': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; 'there': 0.35; 'even': 0.60; 'url:u': 0.61; 'to:addr:gmail.com': 0.65; 'here': 0.66; 'url:0': 0.67; 'url:images': 0.83; 'reliability': 0.84; 'subject:try': 0.84; 'url:productid': 0.84; 'url:true': 0.84; 'cancelled': 0.91; 'collective': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=pc0lTjb8R3uZVT0hxcw8jdsuI1julldKtryZoi1OEnk=; b=TkIVPbxsTwC1gofc6UWQ7lEVVH+suPmiC4Gkcf6HG6OdXsESZwQQfF9SdFNdtF2sYT lA7Nvx1BfFmGMY9cXDJvY1oPSpM5G90tjAxnNSjh0ocglYqCKqFLO0SMo9eSW6C+F6xt 0SB+L7XxRzSg79/DUFN1JxymmUQj3S3ACdROUEnHovAXxtxghN87yUFxP4zPS86afrLr y6OcnjbwqH/bMB243wSzLW4SpTnpa0W++feEwpgLxd45ojC/Ns4t7ccmvHoH8sEJ24If IMF6fAoLQazMFbKfFRZBsfOr63R0XlN8oilMht/7L98ykM72m9MDOiqWUrsoj4gtnXF4 2Lvw== MIME-Version: 1.0 X-Received: by 10.43.62.204 with SMTP id xb12mr39939983icb.51.1402423905314; Tue, 10 Jun 2014 11:11:45 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: <13f0af4e-727f-4fa6-a688-19c70ab4e2d2@googlegroups.com> References: <0a89c96d-de62-42ad-be48-6107ce10d215@googlegroups.com> <539396F3.5090508@stoneleaf.us> <2e94b972-a630-4190-bc33-1074eb3278e3@googlegroups.com> <13f0af4e-727f-4fa6-a688-19c70ab4e2d2@googlegroups.com> Date: Tue, 10 Jun 2014 13:11:45 -0500 X-Google-Sender-Auth: ts7Zc9GqM8SghcL6ypIzflKw3iE Subject: Re: try/except/finally From: Skip Montanaro To: Rustom Mody Content-Type: text/plain; charset=UTF-8 Cc: Python X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1402423913 news.xs4all.nl 2841 [2001:888:2000:d::a6]:46480 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73111 > Here is Dijkstra: > http://www.u.arizona.edu/~rubinson/copyright_violations/Go_To_Considered_Harmful.html ... > And here is Hoare... > | Ada has a plethora of features and notational conventions, many of them > | unnecessary and some of them, like exception handling, even > | dangerous. Do not allow this language in its present state to be > | used in applications where reliability is critical. Would be interesting to get their collective take on C++... Are there any good parts? It appears the book was cancelled (note the remarks): https://www.matthewsbooks.com/productdetail.aspx?productid=4493SAT1969&returnurl=%2Fforthcomingtitles.aspx%3Fsort%3D0%26images%3D1%26print%3Dtrue Skip