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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 115aec,f41f1f25333fa601 X-Google-Attributes: gid115aec,public X-Google-Thread: 103376,a3ca574fc2007430 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Ada and Automotive Industry Date: 1996/12/01 Message-ID: #1/1 X-Deja-AN: 201807196 references: <55ea3g$m1j@newsbf02.news.aol.com> <3280DA96.15FB@hso.link.com> <1996Nov6.210957.3070@ole.cdac.com> <5683sk$bsc@news.ccit.arizona.edu> organization: New York University newsgroups: comp.lang.ada,comp.realtime Date: 1996-12-01T00:00:00+00:00 List-Id: Chris says "I was once told to use Modula 2 because it was "safe" It turned out that the compiler suite had been written in Intel assembler (supposedly a very unsafe language) and was full of bugs! In the end we used a Borland C compiler as there were more tools available to check the code and (due to sheer weight of users in the world) we were failry certain we knew of all the problems (bugs) with the compiler. We could not find another (successful) user of the Mod2 compiler we had much less one who had exercised it to the level we intended to use it." And in that quote you show you do not understand AT ALL the concept of safety in the design of a language. It has nothing whatsoever with how buggy or unbuggy compilers or other tools might be!