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=0.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b51a6f7c47c132d2 X-Google-Attributes: gid103376,public From: steved@pacifier.com (Steve Doiel) Subject: Re: Advantages of ADA Date: 1997/04/09 Message-ID: <5if3eq$884$1@news.pacifier.com>#1/1 X-Deja-AN: 231705557 References: Organization: Pacifier BBS, Vancouver, Wa. ((360) 693-0325) Newsgroups: comp.lang.ada Date: 1997-04-09T00:00:00+00:00 List-Id: In article , softichj@cs.montana.edu says... > >I was wondering if everyone could pitch in and help me write a paper for >my CS class. I'm doing a paper on the advantages and disadvanteges of >ADA, I know many of the disadvantages and was wondering if you could give >me some input on the advantages. > >Thanks Pick up a copy of Dr. Dobb's magazine. Look for the advertisement for PC lint by Gimpel Software. You will find a small piece of 'C' code that is typically less than 10 lines long that has a hidden bug. These bugs are typically very subtle and related to the subtle nature of the language. These kinds of bugs are practically non-existant in Ada. So... you won't find yourself puzzling for hours over 10 lines of code. They're lots of other advantages of Ada, but this is a pretty good simple example. I hope this helps, Steve Doiel less