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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'compiler': 0.05; 'python': 0.09; 'subject:Why': 0.09; 'subject:create': 0.09; 'url:pypy': 0.09; 'cc:addr:python-list': 0.10; 'c++.': 0.16; 'compilers': 0.16; 'pypy?': 0.16; 'subject: \n ': 0.16; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'subject:like': 0.29; "i'm": 0.29; 'checked': 0.30; 'code': 0.31; 'languages': 0.33; 'received:google.com': 0.34; 'subject:?': 0.35; 'there': 0.35; 'but': 0.36; 'received:74.125': 0.36; 'url:org': 0.36; 'why': 0.37; 'subject:: ': 0.38; 'love': 0.63 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=PswfhQo4na+fla5QnJFPVfnaBzokW60uSrh6ahIzIg0=; b=bka+3eNlH8ac3qgO+9WR2MAEK/1oz3GpDXXmF2CZgSqf6nPxkJxZgcEnj8ZfcJt6wt eUZ+RTvWPf/xGN0cHV+IzCOrW8mcX9PX5fvo4GoGkN+kjt4AV+jlNsAwapAZORJ4HPKA 9fW0L/2cdOQgav/c1F3Z/Mug2E3wClxAIVYX6BRu+4t7BZKrYyhMUJeftKmG74Lnnuas u9kSoCPky6ZyMbHOPvXrTS+d4NG9eYFSmM7+3NdGMpZYhZfN34iGyhzNY2zcj+dMGbtJ oINGNGXCyPHIEjEYJm7DICcfGVZkCdJrzBL0xv9zt4A5JUr2LauCIcPMcUOOwRz+ptu3 YVCA== MIME-Version: 1.0 X-Received: by 10.14.207.200 with SMTP id n48mr20817005eeo.4.1362086362063; Thu, 28 Feb 2013 13:19:22 -0800 (PST) In-Reply-To: References: Date: Thu, 28 Feb 2013 14:19:21 -0700 Subject: Re: Why is it impossible to create a compiler than can compile Python to machinecode like C? From: Modulok To: kramer65 Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1362086369 news.xs4all.nl 6915 [2001:888:2000:d::a6]:38336 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40184 > I'm using Python for a while now and I love it. There is just one thing I > cannot understand. There are compilers for languages like C and C++. why is > it impossible to create a compiler that can compile Python code to > machinecode? Not exactly what you describe, but have you checked out PyPy? http://pypy.org/ -Modulok-