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 09:20:55 PST From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: How to make Ada a dominant language Date: 31 Jul 2001 18:20:41 +0200 Organization: RUS-CERT, University of Stuttgart, Germany Sender: rusfw@mercury.rus.uni-stuttgart.de Message-ID: References: <9k36ae$138k$1@pa.aaanet.ru> <3B654276.4040707@bigfoot.de> <3B655CE8.F8FAD2CF@sneakemail.com> <87elqxxyzb.fsf@deneb.enyo.de> <3B66D9F8.BA21BC1B@san.rr.com> NNTP-Posting-Host: mercury.rus.uni-stuttgart.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: hornet.rus.uni-stuttgart.de 996596072 24521 129.69.1.226 (31 Jul 2001 16:14:32 GMT) X-Complaints-To: abuse@cert.uni-stuttgart.de NNTP-Posting-Date: Tue, 31 Jul 2001 16:14:32 +0000 (UTC) User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!193.174.75.178!news-fra1.dfn.de!gatel-ffm!newspush.frankfurt1.eu.level3.net!level3eu!news.dinx.net!news.belwue.de!cert.uni-stuttgart.de!not-for-mail Xref: archiver1.google.com comp.lang.ada:10876 Date: 2001-07-31T18:20:41+02:00 List-Id: Darren New writes: > > That's why at least one Ada compiler optionally checks indentation and > > refuses to compile code with confusing and inconsistent indentation. > > So how does it deal with the tab/space problem? Why's that a problem for > Python and not for the Ada indentation-checking tools? Tab characters are not valid source code characters if this compiler option is activated.