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_MSGID, SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 1014db,4873305131bf4d94 X-Google-Attributes: gid1014db,public X-Google-Thread: 103376,4873305131bf4d94 X-Google-Attributes: gid103376,public X-Google-Thread: fdb77,4873305131bf4d94 X-Google-Attributes: gidfdb77,public X-Google-Thread: 109fba,4873305131bf4d94 X-Google-Attributes: gid109fba,public From: "Kenneth W. Sodemann" Subject: Re: ADA SUCKS, C/C++/JAVA RULES!!!! Date: 1997/10/30 Message-ID: <63a603$9da$1@news3.alpha.net>#1/1 X-Deja-AN: 286754449 References: <34557f2b.1934172@news.mindspring.com> <635csg$2eu$1@news2.alpha.net> X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Organization: AVISTA Inc. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++,comp.lang.java.advocacy Date: 1997-10-30T00:00:00+00:00 List-Id: Steve Ropa wrote ... > >I hate to keep a thread going that started with such an inane comment(see >subject) but *your* points were very well articulated, and lead me to a >question. >As you said, it all boils down to the right tool for the right job. What >types of jobs are Ada best suited for? Personally, all of the Ada based projects that I have worked on have been real-time embedded avionics systems. Ada is a very good language for use in these projects since these type of projects tend to be: o Large scale -- many LOC, and many engineers o Mission (or in this case, life) critical o Maintained over several years. Ada also allows low level access to the hardware, and produces efficient object code, both of which are essential to those types of programs. Having used two different Ada tools for Windows application development (ObjectAda is one, the other is a soon to be released tool from a different company), I would say that Ada would be a good fit for large scale applications development also. However, the tools are not quite "up to par" with a product like VC++ yet, and it would be harder to find developers, so for small to medium sized Windows development projects, VC++ or VB is probably a better choice (IMHO). -- with Std_Disclaimer; use Std_Disclaimer; Signature.Put (Name => Ken Sodemann, E_Mail => kwsodema@avistainc.com Web => http://www.pcii.net/~stuffel Company_Web => http://www.avistainc.com);