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.8 required=5.0 tests=BAYES_00,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: 103376,b19fa62fdce575f9 X-Google-Attributes: gid103376,public X-Google-Thread: 1014db,ef0074ec236ba6e3 X-Google-Attributes: gid1014db,public X-Google-Thread: 1108a1,ef0074ec236ba6e3 X-Google-Attributes: gid1108a1,public X-Google-Thread: 108717,ef0074ec236ba6e3 X-Google-Attributes: gid108717,public X-Google-ArrivalTime: 1994-12-05 13:19:50 PST Path: bga.com!news.sprintlink.net!EU.net!sun4nl!news.euro.net!p83.euronet.nl!worp From: worp@euronet.nl (Bart_van_der_Worp) Newsgroups: comp.lang.ada,comp.lang.c,comp.programming,comp.lang.c++,comp.object Subject: Re: Why don't large companies use Ada? Date: Mon, 5 Dec 1994 21:51:20 Organization: Euronet Internet Message-ID: References: <1994Nov29.154220.27952@cognos.com> NNTP-Posting-Host: p83.euronet.nl X-Newsreader: Trumpet for Windows [Version 1.0 Rev A] Xref: bga.com comp.lang.ada:8295 comp.lang.c:33440 comp.programming:5635 comp.lang.c++:39684 comp.object:9456 Date: 1994-12-05T21:51:20+00:00 List-Id: In article kanze@us-es.sel.de (James Kanze US/ESC 60/3/141 #40763) writes: >From: kanze@us-es.sel.de (James Kanze US/ESC 60/3/141 #40763) >Subject: Re: Why don't large companies use Ada? >Date: 05 Dec 1994 16:43:14 GMT >In article <3blinp$8dm@gnat.cs.nyu.edu> dewar@cs.nyu.edu (Robert >Dewar) writes: >|> I am happy to see technical points in comparison of languages, but this >|> argument is non-technical and in the long run less relevant than people >|> imagine. Note that the only technical point that Gareth made was that >|> somehow all the strong typing etc. in Ada would make people's life >|> harder, which is of course nonsense, and presumably is nonsense borne >|> of ignorance. >I can't resist pointing it out. Using strict type-checking *does* >make writing programs harder. You actually have to think about what >you are doing, and maybe even do a bit of design before writing, >rather than just banging in a bunch of code, and dropping into the >debugger at the first sign of a core dump. Does not using strong typing make programming easier? Of course not. Even using typedefs in C, without proper compiler checking, allready makes programming easier in the long term. Indeed because it is required to think, and because programs are more readable. (Strong) typing gives most programming languages user friendly interfaces. Our clients want them at their level, so why not use them for our own best sake at our programming level? Bart.