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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.68.93.228 with SMTP id cx4mr8344555pbb.9.1431223071730; Sat, 09 May 2015 18:57:51 -0700 (PDT) X-Received: by 10.140.36.232 with SMTP id p95mr53725qgp.17.1431223071410; Sat, 09 May 2015 18:57:51 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!m20no9921764iga.0!news-out.google.com!t92ni276qga.1!nntp.google.com!j5no6376628qga.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 9 May 2015 18:57:51 -0700 (PDT) In-Reply-To: <95a7bd1b-88c7-4997-a1db-7f9979fad488@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=50.138.108.113; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 50.138.108.113 References: <95a7bd1b-88c7-4997-a1db-7f9979fad488@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <808f99c3-77b8-4ec7-8fd0-660f071e28b6@googlegroups.com> Subject: Re: python scripting interface for gnat From: David Botton Injection-Date: Sun, 10 May 2015 01:57:51 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:25796 Date: 2015-05-09T18:57:51-07:00 List-Id: > - Is there an alternate binding to the python world? Depending on how much integration you want, you can take a look at how I bind Python as a template parser in Gnoga: See gnoga/src/gnoga-server-template_parser-python.adb David Botton