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,fda5a12bddfaf1a7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!peer01.cox.net!cox.net!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada-Python inter-language testing Date: 17 Jan 2005 21:09:16 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1105996200 12555 62.49.19.209 (17 Jan 2005 21:10:00 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Mon, 17 Jan 2005 21:10:00 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: g2news1.google.com comp.lang.ada:7877 Date: 2005-01-17T21:09:16+00:00 List-Id: Matteo Bertini writes: > I'm doing some coding for an Ada-Python bridge to decouple test-code > from ada-code. > > The idea is: > > (A) Have some Ada code to test. > > (B) Write down an Ada package exporting procedures and functions in a > C compatible way. One of us is considering CORBA (PolyORB on the Ada (GNAT) side, omniORB on the Python side). I can see it for integration support, but for unit testing .. I don't think so, but we shall see! -- Simon Wright 100% Ada, no bugs.