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,32cfbb718858528b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-07 05:46:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!wn2feed!wn4feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc02.POSTED!not-for-mail From: "SteveD" Newsgroups: comp.lang.ada References: <3D002D11.CC706952@adaworks.com> Subject: Re: Commercial C To Ada 95 compiler X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: NNTP-Posting-Host: 12.225.227.101 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc02 1023453990 12.225.227.101 (Fri, 07 Jun 2002 12:46:30 GMT) NNTP-Posting-Date: Fri, 07 Jun 2002 12:46:30 GMT Organization: AT&T Broadband Date: Fri, 07 Jun 2002 12:46:31 GMT Xref: archiver1.google.com comp.lang.ada:25449 Date: 2002-06-07T12:46:31+00:00 List-Id: "Richard Riehle" wrote in message news:3D002D11.CC706952@adaworks.com... > Henrik Quintel wrote: > > > Dear all, > > does someone knows an ANSI C to Ada 95 compiler (commercial)? > > The compiler has to translate C header and C body files. > > This idea, if you will forgive my being blunt, makes absolutely > no sense at all.... It might make sense if you are planning to migrate a large C application to Ada in a step-wise fashion. Getting the application into Ada first and then re-designing and coding subsets of the system incrementally allows such a migration that includes having a running system at each step of the process. I have experienced this benefit in moving a few moderate sized Pascal programs to Ada. Although I admit that the move from Pascal to Ada is much less of a step than from C to Ada. SteveD