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,1d52a75fd633fefc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-15 15:46:14 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.tele.dk!204.94.211.44!enews.sgi.com!coop.net!newsfeed1.global.lmco.com!svlnews.lmms.lmco.com!not-for-mail From: Robert Brantley Newsgroups: comp.lang.ada Subject: Re: Ada to C++ translator? Date: Thu, 15 Feb 2001 17:37:39 -0600 Organization: Lockheed Martin Corporation Message-ID: <3A8C6843.B46006D6@lmco.com> References: <3A844255.24A4DBA3@lmco.com> <968vnc$5a2$1@nnrp1.deja.com> NNTP-Posting-Host: 138.209.253.101 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en,pdf Xref: supernews.google.com comp.lang.ada:5290 Date: 2001-02-15T17:37:39-06:00 List-Id: Ted Dennison wrote: > Most likely you'll just end up > with the biggest mess the world has seen since my 3-year-old got into my > old wargame boxes. I got mine buried in the closet so they can't get at them. > > I'd say we could probably provide more help if you told us what you are > trying to accomplish by doing that, but that would probably just be > opening yourself up to more abuse (when most likely its your managment > that deserves the abuse). > We are re-using code from a legacy system, and we have spent a lot of effort on binding this legacy Ada code to the RTOS we are using. As the work has progressed it has become increasing apparent how much work is involved in mating the Ada code to the RTOS and the RTOS's development tools. A great deal of complexity could be cut out if we move the application code to the RTOS native language or it's derivative C++. There are also other pressures outside software development concerns pushing us toward C++. The quality and price of available tool, hiring, etc. The ideal was to see if we could automate the process of conversion as much as possible, we realize a 100%, or even 90%, mapping from one language to the other is impossible. Robert Brantley robert.brantley@lmco.com