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,8623fab5750cd6aa X-Google-Attributes: gid103376,public Path: g2news1.google.com!news1.google.com!news.glorb.com!wns13feed!worldnet.att.net!204.71.34.3!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Improving Ada's image - Was: 7E7 Flight Controls Electronics Date: 15 Jun 2004 14:34:46 -0600 Organization: Berbee Information Networks Corporation Message-ID: References: <40b9c99e$0$268$edfadb0f@dread16.news.tele.dk> <40ba315a$0$254$edfadb0f@dread16.news.tele.dk> <04udnR-eHNChzSbdRVn-vw@gbronline.com> <7J0xc.7371$8k4.269106@news20.bellglobal.com> <1086630278.542788@master.nyc.kbcfp.com> <8xlxc.27603$sS2.845496@news20.bellglobal.com> <1086715817.122983@master.nyc.kbcfp.com> <1086733411.736049@master.nyc.kbcfp.com> <3AuOrganization: LJK Software NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1087328048 19960 192.135.80.34 (15 Jun 2004 19:34:08 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Tue, 15 Jun 2004 19:34:08 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:1525 Date: 2004-06-15T14:34:46-06:00 List-Id: In article <1087325485.307616@master.nyc.kbcfp.com>, Hyman Rosen writes: > Warren W. Gay VE3WWG wrote: >> Generally agreed. I think you would also agree that Ada forces >> the writer to engineer the project better. You are forced to >> do more planning with Ada. Compared this with C, where you >> can always pass around void pointers, etc. to work around >> things that you forgot to design for. > > Forgetting to design things is obviously not a feature of > the programming language. But reminding you about such gaps _is_ a language-specific trait. > So the flip side of what you are > saying is that once you accidentally leave out a feature, > Ada will make it difficult to add. Certainly more difficult to add piecemeal, and thus more difficult to forget half of the implementation of that feature.