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-Thread: 103376,42490cad53ee37fa X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!news-feed01.roc.ny.frontiernet.net!nntp.frontiernet.net!newscon06.news.prodigy.com!prodigy.net!newsfeed-00.mathworks.com!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: NOACE- End of the road for Ada? Date: 18 Mar 2005 08:04:28 -0500 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <39v15iF5mer5kU1@individual.net> NNTP-Posting-Host: shell01-e.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls4.std.com 1111151068 28476 69.38.147.31 (18 Mar 2005 13:04:28 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Fri, 18 Mar 2005 13:04:28 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: g2news1.google.com comp.lang.ada:9594 Date: 2005-03-18T08:04:28-05:00 List-Id: Wes Groleau writes: > 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. We say "type T is array..." and "type T is range..." and so forth, but we say "task type T is..." rather than "type T is task...". Strange. - Bob