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,54889de51045a215 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-20 07:31:10 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1!bredband!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: += in ada Date: Mon, 20 Oct 2003 14:31:10 +0000 (UTC) Organization: PVV Message-ID: References: <1066224357.499523@master.nyc.kbcfp.com> <1066231159.711433@master.nyc.kbcfp.com> <1066311805.222491@master.nyc.kbcfp.com> <3F8F3077.60402@comcast.net> <3F900F35.50203@comcast.net> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1066660270 14834 129.241.83.82 (20 Oct 2003 14:31:10 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Mon, 20 Oct 2003 14:31:10 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:1201 Date: 2003-10-20T14:31:10+00:00 List-Id: On 2003-10-20, Russ <18k11tm001@sneakemail.com> wrote: > I admit that I'm probably making too much of them, and I hereby > apologize to everyone for my rudeness. They just seem like a good idea > to me for several reasons, and I am a bit obsessive/compulsive, so I > have a hard time letting it go. Apology accepted for my part. Remember: Resistance is futile ;-) *Kidding* I remember first time I looked at Ada 95 I didn't like the syntax. But as soon as I tried Ada I saw that the syntax is tenfolds better than C and its derivatives. It is readable and you don't have to mull for hours over a page to find all the gotchas due to the hopeless ++i and i++, possible assignments inside if or for statement of a ; ending an if statement prematurely. Preben -- Good programmers do mistakes too!