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,e67a94e45ae33316 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-08 02:46:37 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!newsfeed00.sul.t-online.de!t-online.de!newsfeed.r-kom.de!news-nue1.dfn.de!news-han1.dfn.de!news.fh-hannover.de!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Another good URL for all you C++ haters Date: Sat, 08 Sep 2001 11:37:07 +0200 Organization: Enyo's not your organization Message-ID: <87g09ydnwc.fsf@deneb.enyo.de> References: <3b9604b1.10736828@news.geccs.gecm.com> <3B961909.4020705@___skynamics.com.invalid> <3b97643b.14694078@news.geccs.gecm.com> <5ee5b646.0109061112.1e22b671@posting.google.com> <3b989a2c.5346207@news.geccs.gecm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: archiver1.google.com comp.lang.ada:12926 Date: 2001-09-08T11:37:07+02:00 List-Id: chris.m.moore@amsjv.com (Chris M. Moore) writes: > I think it would be a huge advantage for Ada to have a tool which > could even semi-automate the generation of bindings to C++ code. C++ with its inline functions, preprocessor and other stuff is an extreme job for a binding generator. A more practical approach (which admittedly features some implementation difficulties) would be the integration of a (partial) C++ compiler into an Ada compiler, so that you can import C++ declarations into Ada code.