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-12 09:44:06 PST Path: supernews.google.com!sn-xit-03!supernews.com!freenix!codeine.org!feed.cgocable.net!cyclone2.usenetserver.com!news-out.usenetserver.com!sjc-peer.news.verio.net!news.verio.net!sea-read.news.verio.net.POSTED!not-for-mail Newsgroups: comp.lang.ada From: Brian Rogoff Subject: Re: newbie can't get exceptions to work! In-Reply-To: <3AD54C20.27489848@mida.se> Message-ID: References: <3AD2788C.7F2BAFA3@worldnet.att.net> <9b1oqv$ikb$2@taliesin.netcom.net.uk> <3AD4D3C2.E45751D9@worldnet.att.net> <3AD54C20.27489848@mida.se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Thu, 12 Apr 2001 16:38:13 GMT NNTP-Posting-Host: 206.184.139.136 X-Complaints-To: abuse@verio.net X-Trace: sea-read.news.verio.net 987093493 206.184.139.136 (Thu, 12 Apr 2001 16:38:13 GMT) NNTP-Posting-Date: Thu, 12 Apr 2001 16:38:13 GMT Organization: Verio Xref: supernews.google.com comp.lang.ada:6826 Date: 2001-04-12T16:38:13+00:00 List-Id: On Thu, 12 Apr 2001, Mats Karlssohn wrote: > Brian Rogoff wrote: > %< > > According to the logic used for defending () versus [] for arrays, we > > should just make everything look the same, like Lisp :-). > > Or Perl... =) Huh? Perl uses special characters in variable names to carve up the namespace, so Perl is not a good example of unifying similar notations. Or, maybe you mean that most Perl code looks like undiscriminated line-noise? Well, I won't argue with that ;-) I guess the first step in unifying Ada notations (if you think () is so great :) is to get rid of the attribute syntax and replace that with function call notation. This would actually be a bit more consistent too, since you can't define a new 'Image but you can define a new Image(X) :-) -- Brian