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,79bbf7e359159d0d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-11 07:14:11 PST Path: supernews.google.com!sn-xit-03!supernews.com!freenix!fr.clara.net!heighliner.fr.clara.net!RENT.THIS.SPACE.FOR.ADVERTISING!diablo.netcom.net.uk!netcom.net.uk!not-for-mail From: "Ayende Rahien" Newsgroups: comp.lang.ada Subject: Re: newbie can't get exceptions to work! Date: Wed, 11 Apr 2001 17:08:15 +0200 Organization: (Posted via) GTS Netcom - Public USENET Service http://pubnews.netcom.net.uk Sender: ayende@softhome.net Message-ID: <9b1oqt$ikb$1@taliesin.netcom.net.uk> References: <9ao1if$cq9$1@taliesin.netcom.net.uk> <3ACFC902.115624A1@mindspring.com> <86u23yszjo.fsf@acm.org> <86wv8sfwec.fsf@acm.org> <9b1iru$aqs$1@taliesin.netcom.net.uk> <3AD458AF.22279994@mida.se> NNTP-Posting-Host: diup-181-145.inter.net.il X-Trace: taliesin.netcom.net.uk 986998430 19083 213.8.181.145 (11 Apr 2001 14:13:50 GMT) X-Complaints-To: abuse@corp.netcom.net.uk NNTP-Posting-Date: Wed, 11 Apr 2001 14:13:50 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.60.2296.0000 X-MimeOLE: Produced By Microsoft MimeOLE V5.60.2296.0000 Xref: supernews.google.com comp.lang.ada:6759 Date: 2001-04-11T17:08:15+02:00 List-Id: "Mats Karlssohn" wrote in message news:3AD458AF.22279994@mida.se... > Ayende Rahien wrote: > > > > "Laurent Guerby" wrote in message > > news:86wv8sfwec.fsf@acm.org... > > > > > And I of course forgot the mandatory () for function calls without > > > args silliness ;-). > > > > No, I disagree with you about this one. It make reading far easier. > > You *know* that it's a function, and not some variable. > > Beside, it remind me of VB's abominationable () behaviour. > > This is really the same issue as () vs. [] for arrays. I and many > other feel that, in the expresssion x := foo; knowing that foo is > a constant, a variable or a parameterless function, is just an > implementation detail. And thus having to use () to denote a > function call is an annoying exception to uniformity. I can see their point, although I disagree. Just as long as you don't go VB's way about it, I think everyone can accept it.