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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,700e3c547aedfa54 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-19 15:38:08 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn4feed!wn1feed!worldnet.att.net!4.24.21.153!chcgil2-snh1.gtei.net!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Ada? Date: 19 Feb 2002 17:38:04 -0600 Organization: LJK Software Message-ID: References: <4ezc8.1103$48.60681@e3500-atl1.usenetserver.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1014161886 1812 192.135.80.34 (19 Feb 2002 23:38:06 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Tue, 19 Feb 2002 23:38:06 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:20148 Date: 2002-02-19T17:38:04-06:00 List-Id: In article <4ezc8.1103$48.60681@e3500-atl1.usenetserver.com>, "anymous" writes: > I was thinking about learning ada. I was wondering were the language was > heading. Is it obsolete, or is it still in use, and if it is, what are its > uses. I also know Visual Basic, will this help me any? Thanks for any > info. Knowing another programming language is good. Presuming the next programming language will be just like the last is bad. Ada is particularly useful for projects where the software must be correct, such as running machinery that might kill people. Although it can be used for any project, like a web browser, companies working on projects like that sometimes choose languages whose compilers will not be so tenacious about reporting programming errors. A good mental attitude for using Ada is to think of the compiler as an assistant that will help you find errors before you deliver them to the user.