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,52fd60a337c05842 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-14 08:46:53 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.airnews.net!cabal11.airnews.net!cabal2.airnews.net!news-f.iadfw.net!usenet From: "John R. Strohm" Newsgroups: comp.lang.ada Subject: Re: ada paper critic Date: Fri, 14 Jun 2002 10:25:29 -0500 Organization: Airnews.net! at Internet America Message-ID: X-Orig-Message-ID: References: Abuse-Reports-To: abuse at airmail.net to report improper postings NNTP-Proxy-Relay: library2.airnews.net NNTP-Posting-Time: Fri Jun 14 10:45:37 2002 NNTP-Posting-Host: !b9D!1k-W You are doomed to disappointment. Ada code is extremely stable, far more so than just about any other language, because of the comparatively more rigorous semantic model under the language. Speed of the code is comparable to, or better than, just about everything else except perhaps a highly optimizing FORTRAN compiler that can play fast and loose with the intent of the source code. An Ada compiler can assume that certain kinds of aliasing (for instance) don't happen, because the language forbids those constructs. C compilers can make no such assumptions. Rapid coding is a red herring, and everyone knows it. Code in haste, repent at leisure. "Immanuel Scholz" wrote in message news:aebgq8$5goi4$1@ID-100557.news.dfncis.de... > > I am searching for a book or a paper which tend to explain the negative > > aspects on ada. > > Uh, maybe I should add, that my criteria are: stability of the resulting > code, rapid coding and speed of the resulting code (in that order). > > The code should be used in large, distributed applications. > > Any comments speaking against ada? (and, as example in favor of java or > c++?) > > Immanuel Scholz >