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,FREEMAIL_FROM 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-24 20:14:40 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: 18k11tm001@sneakemail.com (Russ) Newsgroups: comp.lang.ada Subject: Re: += in ada Date: 24 Oct 2003 20:14:40 -0700 Organization: http://groups.google.com Message-ID: References: <3F92B607.809@comcast.net> <3F937806.9080205@comcast.net> <3F953687.9070406@comcast.net> <3F96DF31.5040501@comcast.net> <3F97E1D8.1020509@comcast.net> NNTP-Posting-Host: 63.194.87.148 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1067051680 32619 127.0.0.1 (25 Oct 2003 03:14:40 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 25 Oct 2003 03:14:40 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:1641 Date: 2003-10-24T20:14:40-07:00 List-Id: Peter Hermann wrote in message news:... > For my part e.g., I am against superfluous extensions like > INC, +=, ++ and the like. > (BTW, I would roll my own INC when really needed) Ya, and do you roll your own "sqrt" too? Something as simple and basic as incrementing a variable is not something that you should have to "roll your own." > Keep my Ada language as simple as possible: > as few rules as possible is the secret of success. Then why in the world aren't you using C? It's one hell of a lot simpler than Ada, that's for sure! With all due respect, I think your attitude is all too common here on this forum: "I'm used to doing it a certain way, and I'll be damned if I'll accept a simpler way." "Rolling your own" increment procedure is *not* as simple as getting one for free, so please refrain from rationalizing your irrationality in the name of simplicity. You're giving "simplicity a bad name.