Path: csiph.com!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'binary': 0.05; 'cc:addr:python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'settings,': 0.09; 'subject:Why': 0.09; 'subject:both': 0.09; 'subject:not': 0.11; 'wed,': 0.15; '>to': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'etc?': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'stuff,': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'sep': 0.22; 'cc:no real name:2**0': 0.22; 'chris': 0.26; 'received:se': 0.29; 'version,': 0.30; 'another': 0.32; 'compiled': 0.32; 'problem': 0.33; 'subject:?': 0.36; 'subject:: ': 0.37; 'charset :us-ascii': 0.37; 'header:Message-Id:1': 0.61; 'programs': 0.62; '+1000,': 0.84; 'header:In-reply-to:1': 0.84; 'absolutely': 0.88 To: Chris Angelico cc: "python-list@python.org" , lac@openend.se From: Laura Creighton Subject: Re: Why Python is not both an interpreter and a compiler? In-reply-to: References: <3e541d13-bc86-456c-8590-4ffd1af9cfd0@googlegroups.com> <87twrftw4w.fsf@elektro.pacujo.net> <55e5c220$0$1641$c3e8da3$5496439d@news.astraweb.com> <87io7uun4s.fsf@elektro.pacujo.net> <87egihvr6g.fsf@elektro.pacujo.net> Comments: In-reply-to Chris Angelico message dated "Wed, 02 Sep 2015 10:50:15 +1000." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <26806.1441177795.1@fido> Date: Wed, 02 Sep 2015 09:09:55 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Wed, 02 Sep 2015 09:09:57 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1441177804 news.xs4all.nl 23745 [2001:888:2000:d::a6]:51061 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95857 In a message of Wed, 02 Sep 2015 10:50:15 +1000, Chris Angelico writes: >And compiled C programs are notoriously hard to distribute. Can you >pick up a Guile binary and carry it to another computer? Do you have >to absolutely perfectly match the libguile version, architecture, >build settings, etc? This is the problem that docker has set out to solve. https://www.docker.com/whatisdocker I think it is pretty neat stuff, myself. Laura