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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,76ec5d55630beb71 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-02 03:50:51 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!feed.news.nacamar.de!news.f.de.plusline.net!news-fra1.dfn.de!news-koe1.dfn.de!RRZ.Uni-Koeln.DE!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: Ada 200X Date: Mon, 2 Jun 2003 10:50:51 +0000 (UTC) Organization: GMUGHDU Message-ID: References: NNTP-Posting-Host: d2-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1054551051 28519 134.91.1.15 (2 Jun 2003 10:50:51 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Mon, 2 Jun 2003 10:50:51 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/831)) Xref: archiver1.google.com comp.lang.ada:38323 Date: 2003-06-02T10:50:51+00:00 List-Id: And838N@netscape.net wrote: : : I've heard professors say they don't like Ada because it's slow and does all those "bounds" checking "things". My opinion is; take a look at the bugs in MS code that lead to viruses because of buffer exploits and unchecked "bounds". Ada just seems a smart way to go, especially with newer faster processors. Most people don't recognize the speed up anyway unless the go from 300MHz to a 2.4GHz. It's not slow either due to checks, because checking is under your control. If you are sure you don't need them, configure them away, or add a pragma. : I've been working with Ada seriously for about a month now and the more I learn the more I like it. It does not have the flavor of a "business" type language, even though it is perfectly useable for such applications. It does have built in decimal types and accompanying packages; builtin concurrency support (working, well defined) is also easily overlooked (perhaps because it is not present in popular languages, or not working well :-)