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-Thread: 103376,11414a19b0e4a97a X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Advice on selling Ada to a C shop References: <101bf8f3-b823-45ee-9afd-40cbafb4b7a9@t26g2000prt.googlegroups.com> <4c1e0d26$0$2393$4d3efbfe@news.sover.net> Date: Tue, 29 Jun 2010 04:42:18 -0400 Message-ID: <82d3va2psl.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (windows-nt) Cancel-Lock: sha1:Y8MAa/OKsDP3xPD53yokvVWQq7w= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 7601f4c29b1ffe197caa715769 Xref: g2news2.google.com comp.lang.ada:12953 Date: 2010-06-29T04:42:18-04:00 List-Id: Warren writes: > ... in a given company, where many > similar projects are done, you may have large bodies > of existing library code. It's a tough sell to say > "rewrite _everything_ in Ada". Yes, that's a non-starter. Be sure to mention GNAT's -fdump-ada-spec, which generates Ada package specs from C code. That makes it _much_ easier to import C correctly. -- -- Stephe