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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,42490cad53ee37fa X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news4.google.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed-00.mathworks.com!irazu.switch.ch!switch.ch!news.belwue.de!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: NOACE- End of the road for Ada? Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <39v15iF5mer5kU1@individual.net> Date: Fri, 18 Mar 2005 09:43:05 +0100 Message-ID: NNTP-Posting-Date: 18 Mar 2005 09:39:30 MET NNTP-Posting-Host: 5b7eb4b6.newsread4.arcor-online.net X-Trace: DXC=<9JHP1k_NbSH^J66Eo??P_:ejgIfPPldTjW\KbG]kaMXGSi?jHD8GOPNK0oFROO;kY[6LHn;2LCV^7enW;^6ZC`T<=9bOTW=MN^ X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:9585 Date: 2005-03-18T09:39:30+01:00 List-Id: On Thu, 17 Mar 2005 22:45:14 -0500, Wes Groleau wrote: > adaworks@sbcglobal.net wrote: >> The fuss English speakers make about >> the order of words for programming >> syntax is artificial for every language, >> and not necessarily the way the rest >> of the world does it. > > But he makes a good point about not being schizo about it > within a single language. I'll have to admit I never noticed > the inconsistency of task/package/function/procedure coming before > the name and /constant coming after. Maybe it is because they define non-first class objects. My *empirical* theory is that Ada has: X : Type ...; Class-type X ...; The second form defines either a 2nd class object or both 2nd class object and its single 1st class instance. Exception: Label : loop ... end loop; Should be sort of: loop Label is ... end loop; -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de