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.8 required=5.0 tests=BAYES_00,PLING_QUERY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,b6d862eabdeb1fc4 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!feeder.erje.net!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Tue, 25 May 2010 14:08:43 +0200 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada noob here! Is Ada widely used? References: <4xAKn.4703$Z6.1197@edtnps82> <20100525114157.1E8F31A758E@www.ecn.org> In-Reply-To: <20100525114157.1E8F31A758E@www.ecn.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Message-ID: <4bfbbdcb$0$6882$9b4e6d93@newsspool2.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 25 May 2010 14:08:43 CEST NNTP-Posting-Host: fb21dee1.newsspool2.arcor-online.net X-Trace: DXC=OYO_d?5a@ka]BlmkiiU@BiA9EHlD;3Ycb4Fo<]lROoRa8kFW@dnc\616M64>jLh>_cHTX3jmanjDdQmlP=j X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:11962 Date: 2010-05-25T14:08:43+02:00 List-Id: On 25.05.10 13:41, Anonymous wrote: >> BTW, do you know what language Ada is written in? I'd guess C and asm. > > If you do some research you can find an incredible web site discussing the > Ada competition in some depth. And here on this very list we have some of > the people who participated in that competition who can surely answer your > question. > > I can tell you this for certain: the IBM implementation was not written in > C, at least not on an IBM machine. IBM didn't have a viable C compiler > until much later. Furthermore, assembler is the language of choice on IBM > platforms. It may have been written elsewhere and cross-compiled though. > I'll be interested to see answers to your question, thanks for asking it! GNAT is written in Ada, after being drafted in SETL; a precursor of GNAT was Ada/Ed, an Ada interpreter. This is what I remember from reading GNAT history. Another Ada compiler, a variant of AdaMagic, will output a C program.