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.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FROM_STARTS_WITH_NUMS,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,ef0074ec236ba6e3 X-Google-Attributes: gid109fba,public X-Google-Thread: 108717,ef0074ec236ba6e3 X-Google-Attributes: gid108717,public X-Google-Thread: 1014db,ef0074ec236ba6e3 X-Google-Attributes: gid1014db,public X-Google-Thread: 1108a1,ef0074ec236ba6e3 X-Google-Attributes: gid1108a1,public X-Google-Thread: 103376,b19fa62fdce575f9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-29 22:35:09 PST Path: bga.com!news.sprintlink.net!pipex!uunet!news.inhouse.compuserve.com!news.compuserve.com!news From: Peter Coffee AC6EN <72631.113@CompuServe.COM> Newsgroups: comp.lang.ada,comp.lang.c,comp.programming,comp.lang.c++,comp.object Subject: Re: Why don't large companies use Ada? Date: 30 Nov 1994 05:21:06 GMT Organization: via CompuServe Information Service Message-ID: <3bh242$ju7$1@mhade.production.compuserve.com> References: (null) Xref: bga.com comp.lang.ada:8074 comp.lang.c:32512 comp.programming:5482 comp.lang.c++:38862 comp.object:9141 Date: 1994-11-30T05:21:06+00:00 List-Id: I think the biggest remaining criticism of C++ is the high incidence of programs that successfully compile but don't do what was intended. Ada still makes it a good deal harder to make an error that still results in compilable code, except of course for coding the wrong algorithm or something that's equally likely to be recognized by an expert in the problem domain -- except that Ada's higher readability also improves the likelihood of catching that class of error as well.