Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'soap': 0.07; 'means,': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'separate': 0.22; 'cc:addr:python.org': 0.22; 'mon,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'd": 0.34; 'received:google.com': 0.35; 'there': 0.35; 'doing': 0.36; 'similar': 0.36; '12,': 0.39; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=Be6TdJvowIRIID848jT5368ayWxLu4qD6/DtedUVkbY=; b=1FULd80NjR9l87H9rgJWOVHrNFnFH7eHDij8RfNk5y9bZLBuNugb//hqeZJXqplZPc zKvWCPxHNWy9cW6cxl3YnWYYnwErAZirLmumhnVUgQ6xYqvIIC+ulM2MTRy+Gd2VySyS /6klVhIgZDZibJS8RL6XsE4Wo0d1AsiDTO7ozhrgzdu6lRV9ojWOocgMVxwpRPOqY1lZ ZtC7o4Cahvi8DRd4lZN0ZCFrHaStKYATNOC1yAdRaJaP8BVkc18vosuos7w7YQ0HaoZX /Bqjv7EcnGsfUxjeWNUXoO28U7lHrVSoigUHlkfAAl5LVltXaQngmk4UGgOvZXeMiybp o/FQ== MIME-Version: 1.0 X-Received: by 10.58.186.207 with SMTP id fm15mr18526915vec.4.1399831954682; Sun, 11 May 2014 11:12:34 -0700 (PDT) In-Reply-To: <20140511180423.GB5383@tau1.ceti.pl> References: <536b9308$0$29965$c3e8da3$5496439d@news.astraweb.com> <536bab23$0$29965$c3e8da3$5496439d@news.astraweb.com> <536f2227$0$29980$c3e8da3$5496439d@news.astraweb.com> <20140511160952.GA5383@tau1.ceti.pl> <20140511180423.GB5383@tau1.ceti.pl> Date: Mon, 12 May 2014 04:12:34 +1000 Subject: Re: Fortran From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1399831957 news.xs4all.nl 2865 [2001:888:2000:d::a6]:56256 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:71330 On Mon, May 12, 2014 at 4:04 AM, Tomasz Rola wrote: > And the "pipe > extention" is one of the things I'd consider - as well as other > similar means, like SOAP or REST. Yep. My point was, keep the processes separate and it's easy. There are myriad ways of doing the glue. ChrisA