Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!news2.euro.net!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'interpreter': 0.04; 'subject:Python': 0.05; 'interpreted': 0.07; 'python': 0.09; 'compilers.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Why': 0.09; 'subject:create': 0.09; 'terry': 0.09; 'language,': 0.11; 'language': 0.14; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject: \n ': 0.16; 'wrote:': 0.17; 'instance,': 0.17; 'jan': 0.18; 'header:In- Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'compiled': 0.27; 'language.': 0.27; 'header:X-Complaints-To:1': 0.28; 'rest': 0.28; 'subject:like': 0.29; 'usually': 0.30; 'to:addr:python-list': 0.33; 'another': 0.33; 'agree': 0.34; 'pm,': 0.35; 'subject:?': 0.35; 'there': 0.35; 'received:org': 0.36; 'but': 0.36; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'subject': 0.66; 'response.': 0.67; 'today': 0.67; 'received:fios.verizon.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Why is it impossible to create a compiler than can compile Python to machinecode like C? Date: Thu, 28 Feb 2013 17:06:46 -0500 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 In-Reply-To: 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1362089228 news.xs4all.nl 6920 [2001:888:2000:d::a6]:49404 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40195 The subject line is wrong. There are multiple compilers. Someone just listed some of them today in another post. On 2/28/2013 3:50 PM, Matty Sarro wrote: > Python is an interpreted language, not a compiled language. A language is just a language. Implementations are implementations*. That aside, I pretty much agree with the rest of the response. * For instance, C is usually compiled, but I once used a C interpreter on unix. -- Terry Jan Reedy