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,60e2922351e0e780 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-19 09:56:50 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!headwall.stanford.edu!newshub.sdsu.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Re-Marketing Ada (was "With and use") Date: 19 Nov 2003 12:52:22 -0500 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3FB0B57D.6070906@noplace.com> <3FB22125.1040807@noplace.com> <3FB3751D.5090809@noplace.com> <3FB8B9BC.5040505@noplace.com> <3FBA1118.4060105@noplace.com> <0fxub.48425$bQ3.12107@nwrdny03.gnilink.net> NNTP-Posting-Host: shevek.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1069264597 19664 128.183.235.101 (19 Nov 2003 17:56:37 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 19 Nov 2003 17:56:37 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Xref: archiver1.google.com comp.lang.ada:2686 Date: 2003-11-19T17:56:37+00:00 List-Id: "Stephane Richard" writes: > Maybe the Ada folks need to design a C/C++ to Ada > "binder", that is able to reliably take a C/C++ > include file, and generate a spec and body that > can be used by other Ada programs (in thinish > binding mode). > > THIS NEEDS TO BE A STANDARD TOOL, that can be > counted on to work (no tweaking required), > to be consistent, and to be available with > the COMPILER toolset. Old news. Been tried many times before. Not possible in practice. The C preprocessor is just too powerful, and is used in too many interesting ways, to make this work. -- -- Stephe