Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'interpreted': 0.07; 'sep': 0.09; 'themselves,': 0.09; 'language': 0.14; 'compilers': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'written': 0.20; 'received:209.85.214.174': 0.21; 'so.': 0.24; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'compiled': 0.27; 'implemented': 0.27; 'language.': 0.27; 'message- id:@mail.gmail.com': 0.27; 'clever': 0.29; "d'aprano": 0.29; 'steven': 0.29; 'largely': 0.33; 'to:addr:python-list': 0.33; 'languages': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'but': 0.36; 'best,': 0.37; 'level': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'most': 0.61; 'high': 0.61; '26,': 0.65; 'bulk': 0.78 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:to :content-type; bh=QQ48GiPOeek8zO7E2UKKdGPkN0RkyAB0vvRseeZpa04=; b=EkvYuMXB/EUlZW2n3xuiM2rUHAqKExuQw0+e+vc/x1rvu0UKiLWjrFutVn2PHLx2Ps 1Mcbml6t8o/i/UJhwDVB0//lOtWkCnZay9Vn9lsPVyUlrpcUqASKm2UkcSwzLP3k3fxy JPYNgTpB1lM2DsImMT6OHVMrcvgNRpRm8nF0dCe/9+1OUSS6Vx7fR3u1/OG4UjJbpTpU e/frPlUATVmDr92515zP1m/gRdu9Fj/HMDMkVoMbQilkQLHaMofYPQuemWIY92QK74Py s0dPtbb9VYImNFsZVNqLm04ft0EAQqamjLYvpjpaI65h6td6jALhyGKQzb/MiIKfBKHU r49Q== MIME-Version: 1.0 In-Reply-To: <5061cf25$0$29981$c3e8da3$5496439d@news.astraweb.com> References: <5061cf25$0$29981$c3e8da3$5496439d@news.astraweb.com> Date: Wed, 26 Sep 2012 01:48:06 +1000 Subject: Re: Article on the future of Python From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 1348588090 news.xs4all.nl 6932 [2001:888:2000:d::a6]:46109 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:30102 On Wed, Sep 26, 2012 at 1:35 AM, Steven D'Aprano wrote: > I see your smiley, but that is factually incorrect. Not all compilers or > interpreters are written in C. Many languages are self-hosted, that is, > they are written in themselves, using some clever bootstrapping > techniques. C is neither the most powerful, the oldest, the best, or the > most fundamental language around. Many compiled languages are bootstrapped, yes, but interpreted languages less often so. And the bulk of implementations of the bulk of interpreted languages seem to be implemented in C. But that's largely because the bulk of Unix software is written in either C or a high level language. ChrisA