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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.86.200 with SMTP id t8mr47227279qal.0.1373633783062; Fri, 12 Jul 2013 05:56:23 -0700 (PDT) X-Received: by 10.49.62.3 with SMTP id u3mr1269323qer.26.1373633783047; Fri, 12 Jul 2013 05:56:23 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder02.blueworldhosting.com!news.ripco.com!news.glorb.com!t19no1315365qam.0!news-out.google.com!f7ni2066qai.0!nntp.google.com!t19no1315363qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 12 Jul 2013 05:56:22 -0700 (PDT) In-Reply-To: <7619c730-b138-4bd9-a0e7-9c80d26f7f00@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=157.127.124.14; posting-account=mjE6MAoAAADjsB3NIuKgfHO4u-Elh3cb NNTP-Posting-Host: 157.127.124.14 References: <20130712075752.46e2cf01@atmarama.noip.me> <7619c730-b138-4bd9-a0e7-9c80d26f7f00@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada-Python demo From: Marc C Injection-Date: Fri, 12 Jul 2013 12:56:23 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Original-Bytes: 2107 Xref: number.nntp.dca.giganews.com comp.lang.ada:182493 Date: 2013-07-12T05:56:22-07:00 List-Id: On Friday, July 12, 2013 2:53:19 AM UTC-5, Maciej Sobczak wrote: > It makes perfect sense, especially if you take into account that GUI in A= da is kind of shaky subject. This might be a valid idea also for teams wher= e some programmer(s) might be more Ada-oriented while other(s) might happen= to be Python fans - problem solved, all programmers will be happy. :-) What I found optimal was writing the "engine" in Ada, with a PyGtk-based Py= thon GUI (built with GLADE). Then I used JSON over ZeroMQ to communicate be= tween the two processes Minimum pain, and maximum productivity. The JSON/ZeroMQ also made it easy to build other specialized-GUI, or non-GU= I, drivers for the engine process. Marc A. Criley