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-09 18:56:02 PST Path: supernews.google.com!sn-xit-03!supernews.com!freenix!skynet.be!dispose.news.demon.net!demon!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: Tue, 10 Apr 2001 04:38:37 +0200 Organization: (Posted via) GTS Netcom - Public USENET Service http://pubnews.netcom.net.uk Sender: ayende@softhome.net Message-ID: <9atp4i$mnh$3@taliesin.netcom.net.uk> References: <25%y6.2364$jz.201607@www.newsranger.com> <3ACDB29E.45B91316@earthlink.net> <9ao1if$cq9$1@taliesin.netcom.net.uk> <3ACFC902.115624A1@mindspring.com> <9aps7l$2g5$4@taliesin.netcom.net.uk> <3AD1E164.2E2CB0B4@mindspring.com> NNTP-Posting-Host: diup-180-26.inter.net.il X-Trace: taliesin.netcom.net.uk 986867669 23281 213.8.180.26 (10 Apr 2001 01:54:29 GMT) X-Complaints-To: abuse@corp.netcom.net.uk NNTP-Posting-Date: Tue, 10 Apr 2001 01:54:29 +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:6687 Date: 2001-04-10T04:38:37+02:00 List-Id: "Larry Hazel" wrote in message news:3AD1E164.2E2CB0B4@mindspring.com... > Ayende Rahien wrote: > > I won't argue with that () statement, but why don't you like {}? > > BTW, Alt+ would serve? it's only four keystrokes only fer each, > > though. > > The use of {} is part of what makes C so unreadable to me. Every } is the end > of something, but I always have a hard time figuring out what, and they are easy > to miss. But the wierd operators and terseness in general are even worse. That is a syntax problem, there are number of IDEs out there that would mark what { the } belongs too. If you are using VC, there are macros to do this. They are quite convient. I find the operators clear, you just had to memorize a dozen or so, and that is it. I think it's just a matter of personal dislike for C's syntax. Personally, I would love to work with C style Ada.