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.0 required=5.0 tests=BAYES_00,INVALID_DATE, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,b19fa62fdce575f9,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-11-13 21:39:17 PST Path: nntp.gmd.de!newsserver.jvnc.net!howland.reston.ans.net!vixen.cso.uiuc.edu!uwm.edu!reuter.cse.ogi.edu!netnews.nwnet.net!news.u.washington.edu!niteowl From: niteowl@u.washington.edu (Jamie Jamison) Newsgroups: comp.lang.ada Subject: Why don't large companies use Ada? Date: 14 Nov 1994 04:17:09 GMT Organization: University of Washington Message-ID: <3a6oc5$dkh@nntp1.u.washington.edu> NNTP-Posting-Host: stein3.u.washington.edu Date: 1994-11-14T04:17:09+00:00 List-Id: I am taking an introductory computer science class at the UW and we are learning the Ada language. So far it's pretty nice. The language seems to lend itself to easy readability, the fact that the language is case insensitive is also a nice factor and the language is incredibly powerful. We're in the second quarter of this class and we're already writing ADT's and generic functions. Ada seems to be pretty neat, strong typing, bounds checking and generic functions are all nice language features, and from what I've seen Ada is a lot better than C. So why is it that the real world, such�as it is, programs in C. Sure, C compilers are cheaper, but it seems to me that the labor that you put into writing and maintaining the programs is the real cost, and I know that, at least for me, writing something in C takes a lot longer than writing something in Ada. So why hasn't Ada caught on? Why aren't people developing applications for it? Jamie Jamison niteowl@u.washington.edu