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,34bcb430c7809d79 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!213.200.89.82.MISMATCH!tiscali!newsfeed1.ip.tiscali.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.belwue.de!LF.net!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: SWIG backend for Ada Date: Sat, 23 Oct 2004 13:36:30 +0200 Message-ID: <87acudbr9d.fsf@deneb.enyo.de> References: <87oeitbvsf.fsf@deneb.enyo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: albireo.enyo.de 1098531391 26753 212.9.189.171 (23 Oct 2004 11:36:31 GMT) X-Complaints-To: Cancel-Lock: sha1:45mMxr+h9NU55w7NWrbxG/CEXUg= Xref: g2news1.google.com comp.lang.ada:5657 Date: 2004-10-23T13:36:30+02:00 List-Id: * Marius Amado Alves: > Florian Weimer wrote: >> Is anybody developing a SWIG backend which generates Ada code? > > "SWIG is an interface compiler that connects programs written in C and > C++ with scripting languages such as Perl, Python, Ruby, and Tcl." > (swig.org) > > Just curious: on which side of SWIG do you picture Ada? I'd like to generate Ada bindings to C and C++ code. (The other direction would be a frontend, I think.)