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,52fd60a337c05842 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-15 04:27:24 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fu-berlin.de!uni-berlin.de!pd955e9ab.dip.t-dialin.NET!not-for-mail From: Immanuel Scholz Newsgroups: comp.lang.ada Subject: Re: ada paper critic Date: Sat, 15 Jun 2002 13:28:26 +0200 Message-ID: References: NNTP-Posting-Host: pd955e9ab.dip.t-dialin.net (217.85.233.171) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: fu-berlin.de 1024140443 6932418 217.85.233.171 (16 [100557]) User-Agent: KNode/0.6.1 Xref: archiver1.google.com comp.lang.ada:26016 Date: 2002-06-15T13:28:26+02:00 List-Id: sk wrote: > Hi, > >> ... harder to write really nasty code in ada. > > Are you sure ? > > I personally have had no problems whatsover in writing > truly dreadfull code in Ada and enjoyed every minute > of it. I do not neglate the possibility to do such things, but I would not employ you ;-) >> (The extense use of pointer arithmetic is the wordst >> and most powerful weapon in C). > > Are you under the (false) impression that you cannot > totally hose the memory with Ada and address arithmetic ? > > Again, tons of fun ! Hopeful in Ada to juggle with pointers is not the common practise? At least I heard so. >> What about the operator overloading possibilities in ada? > > type My_Natural is new Natural; > > function "+"(A, B : My_Natural) return My_Natural is > begin > return 0; > end "+"; Surely you can do harm with a weapon. If you do it willful, there is nothing to do against it. But overloading assignment creates usually not willful errors. >> Sometimes only provocative statements ... > > That is BS and you know it. Of course. I want to give some self proven posting. (And it was late of the day after pillaging several pubs as I posted this ;-) Immanuel Scholz