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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bc1361a952ec75ca X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-08-02 16:39:46 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!195.21.255.252!unlisys!news.snafu.de!zrz.TU-Berlin.DE!tetibm2.ee.TU-Berlin.DE!bruns From: bruns@tetibm2.ee.TU-Berlin.DE () Newsgroups: comp.lang.ada Subject: Re: How to make Ada a dominant language Date: 2 Aug 2001 23:39:44 GMT Organization: Technical University Berlin, Germany Distribution: world Message-ID: <9kcoc0$4ld$1@mamenchi.zrz.TU-Berlin.DE> References: <3B6555ED.9B0B0420@sneakemail.com> <9k3l9r$10i2$1@pa.aaanet.ru> <3B656345.64AB603A@sneakemail.com> <9k3oa1$2qg8$1@pa.aaanet.ru> <3B657715.7EC592D9@sneakemail.com> <3B659726.33E301CA@san.rr.com> <9kae23$38a$1@news-central.tiac.net> Reply-To: bruns@tetibm2.ee.TU-Berlin.DE () NNTP-Posting-Host: tetibm2.ee.tu-berlin.de Xref: archiver1.google.com comp.lang.ada:11151 Date: 2001-08-02T23:39:44+00:00 List-Id: Dear Ada community, Let me tell you what would trigger that I use Ada for my projects: In short: A Ada-C Compiler would bring me to that state. Although I use almost exclusively Fortran, my projects run on all machines that have a C-Compiler. If I have to port my projects to a machine where no Fortran compiler is available for, I use a Fortran to C translator (NAG-f90). C is portable assembler. So, eg. GNAT should target C. No, GNAT does not run on all systems that I target: Is there a GNAT for Linux on Alpha? Is there a GNAT for Cray T3E? Okay, I am interested mainly in high performance computing, so I will continue to use Fortran for the compute intensive tasks, but I would immediately start using Ada for the rest, as soon as I can be shure that, for the rest of the millenium, there will be a tool to transform my Ada parts to object code. I am shure that C and Fortran will be available until the end of my life. I am quite shure that C++ compilers for many machines will be available. Other languages ... Why not a Ada to C ( portable assembler ) translator? Warner