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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c7d533acec91ae16 X-Google-Attributes: gid103376,public From: dennison@telepath.com Subject: Re: Question for the folks who designed Ada95 Date: 1999/04/27 Message-ID: <7g4rof$42c$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 471521721 References: <7g2qu4$ca4$1@usenet.rational.com> <7g3b5g$p92$1@nnrp1.dejanews.com> <7g4ae3$hjh2@ftp.kvaerner.com> <7g4gjk$luq@drn.newsguy.com> X-Http-Proxy: 1.0 x10.dejanews.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Tue Apr 27 17:22:30 1999 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.5 [en] (WinNT; I) Date: 1999-04-27T00:00:00+00:00 List-Id: In article <7g4gjk$luq@drn.newsguy.com>, bill@nospam.com wrote: > In article <7g4ae3$hjh2@ftp.kvaerner.com>, "Tarjei says... > > > > >While you are at it, why not get us [ and ] for arrays (in addtion to, not > >instead of parenthesises). I really want to write a[4] := 3 instead of a(4) := > >3. > > good point. > > since we are making changes, can I have this change also: how about adding > "()" to function and procedure calls, even though there are no parameters > being passed? > > I find it more clear to see > > pkg.foo(); Yeah! I really miss those vestigal parens. Just to make it even, we could require a '()' around constants so that we don't loose source portability between constants and functions when the change is made. And while we're making silly changes whose only non-debatable effect will be to break older code, I have a few ideas myself: Why do we call tasks "task" when they are really threads? That's confusing. Let's change the name of the keyword to "thread". Also, why do we need an "end" keyword? I prefer Draco and the sh shell's way of just spelling the starting keyword backwards. That should be fixed! Oh yeah. I don't like the way arrays have the last index vary fastest instead of the first index. I personally find that much less clear, so of course it has to be changed too. The comment introducer is also confusing. "--" implies something is being taken away from the source, when really you are trying to *add* something when you comment your code. Therefore "++" should be used instead. (note: Transcripts of this posting are available for the sarcasm-impaired. Please send your checks or money-orders for $5 US to the email address listed at the top of the posting). -- T.E.D. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own