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: 109fba,304c86061dc69dba X-Google-Attributes: gid109fba,public X-Google-Thread: 1014db,304c86061dc69dba X-Google-Attributes: gid1014db,public X-Google-Thread: f5d71,304c86061dc69dba X-Google-Attributes: gidf5d71,public X-Google-Thread: 103376,5cb36983754f64da X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-10 03:14:01 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!news.uni-stuttgart.de!carbon.eu.sun.com!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++,comp.lang.java Subject: Re: No call for Ada (was Re: Announcing new scripting/prototyping language) Date: Tue, 10 Feb 2004 11:13:06 +0000 (UTC) Organization: BT Openworld Message-ID: References: <20040206174017.7E84F4C4114@lovelace.ada-france.org> <54759e7e.0402071124.322ea376@posting.google.com> <2460735.u7KiuvdgQP@linux1.krischik.com> <54759e7e.0402081525.50c7adae@posting.google.com> <54759e7e.0402091826.2847e0c@posting.google.com> NNTP-Posting-Host: host81-129-12-210.in-addr.btopenworld.com X-Trace: sparta.btinternet.com 1076411586 27669 81.129.12.210 (10 Feb 2004 11:13:06 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Tue, 10 Feb 2004 11:13:06 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:5388 comp.lang.c:21590 comp.lang.c++:18429 comp.lang.java:2832 Date: 2004-02-10T11:13:06+00:00 List-Id: "David Rasmussen" wrote in message news:c0aa3o$i3t$1@news.net.uni-c.dk... > MSG wrote: > > 3. not very performance demanding (don't know about other compilers, > > but they say GNAT produces slow executables) > > > > Who says that? Ada can be at least as fast as C++. Different implementations of any language will produce different results. Also, where one compiler may do a good job with float point arithmetic, it may be lousy at optimising. The important thing is that there is nothing in the language definition that _requires_ it to produce 'slow' code. One of the design aims for Ada95 was to actually introduce new language constructs that would actually allow faster code to be produced, while retaining the reliability, ease of maintenance, etc.