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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bc1361a952ec75ca X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-31 01:45:09 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-kar1.dfn.de!news-han1.dfn.de!news.fh-hannover.de!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: How to make Ada a dominant language Date: Tue, 31 Jul 2001 10:53:27 +0200 Organization: Enyo's not your organization Message-ID: <87ae1lxywo.fsf@deneb.enyo.de> References: <9k36ae$138k$1@pa.aaanet.ru> <3B654276.4040707@bigfoot.de> <3B655CE8.F8FAD2CF@sneakemail.com> <3B65810F.BEF41F2@san.rr.com> <3B658ABC.BFF1B050@sneakemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: archiver1.google.com comp.lang.ada:10847 Date: 2001-07-31T10:53:27+02:00 List-Id: Russ Paielli <18k11tm001@sneakemail.com> writes: >> So if you code in Ada and use propper identation (as I expect most do) >> you should reduce bugs. :-) > > That's like saying, "If you code in C++, check all array bounds yourself > (as I expect most do) and you should reduce bugs." No, it's not, because there are tools which statically check for correct indentation of Ada code. (There are no such tools for Python because Python source code lacks the required redundancy for such checks.)