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,def01441310021b3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-18 04:45:51 PST Path: archiver1.google.com!newsfeed.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!news-FFM2.ecrc.net!news.iks-jena.de!lutz From: lutz@iks-jena.de (Lutz Donnerhacke) Newsgroups: comp.lang.ada Subject: Re: Will (abstract) Ada code improve over time ? Date: Wed, 18 Jul 2001 11:42:44 +0000 (UTC) Organization: IKS GmbH Jena Message-ID: References: <3B557455.B3ADFEE@ffi.no> NNTP-Posting-Host: taranis.iks-jena.de X-Trace: branwen.iks-jena.de 995456564 9008 217.17.192.37 (18 Jul 2001 11:42:44 GMT) X-Complaints-To: usenet@iks-jena.de NNTP-Posting-Date: Wed, 18 Jul 2001 11:42:44 +0000 (UTC) User-Agent: slrn/0.9.6.3 (Linux) Xref: archiver1.google.com comp.lang.ada:10147 Date: 2001-07-18T11:42:44+00:00 List-Id: * Reinert Korsnes wrote: >Since Ada code is (supposed to be) on a higher abstraction level than for >example C, does this mean that we can expect new compilers and hardware >over time (10 years ?) will make a program made in Ada more >efficient/faster than a similar C program ? Assuming the same optimizer complexity, it might be true, because Ada provides more and more precise information to the compiler than C. >I assume most software development is made within a time perspective less >than 10 years -:) This design goal is well known: Such software can be easily identified. >(though within pure commercial property development, for example, >investors must think about reselling and hence value in far future). This is a complete other term: Development time. Ada allows much better reusability than C. And Ada programms are much faster debugged than C programms. (Assuming equaly experienced programmers) >I assume the runtime efficiency of programs is a question for much special >niches. One example could be operative systems. Linux ? Linus tried to convert the kernel to C++ in order to get faster development cycles due to stronger typing but failed miserably due to compiler errors and language ambiguity.