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,28cd155693714664 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-19 04:35:57 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.ems.psu.edu!news.cse.psu.edu!elk.ncren.net!news.umass.edu!news-out.cwix.com!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Faulty languages and Liability Date: 19 Jun 2002 06:35:26 -0600 Organization: LJK Software Message-ID: References: <3D0DE5E2.5010904@mail.com> <27085883.0206171100.7f6f0c5e@posting.google.com> <3D0E461A.8050207@mail.com> <3D0EBC9F.9040104@mail.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1024486447 24698 192.135.80.34 (19 Jun 2002 11:34:07 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Wed, 19 Jun 2002 11:34:07 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:26371 Date: 2002-06-19T06:35:26-06:00 List-Id: In article , "Marin David Condic" writes: > It would be neither criminal nor negligent to use a language without bounds > checking. It *might* be negligent to use one without bounds checking and not > manually insert the checks or otherwise certify via analysis or test that > the bounds won't be exceeded. It is - or ought to be - very well understood > in the industry that failure to check array bounds (via language, manual > code, analysis or test) is a major source of easily prevented errors. You > don't *have* to use Ada - it would just be cheaper to use a language that > performed commonly accepted compile and/or runtime checks. We cannot prejudge what would be cheaper in all situations. Some programs make only minor use of arrays.