Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.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.044 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'subject:Python': 0.05; 'compiler': 0.05; 'plug': 0.09; 'better?': 0.16; 'syntax,': 0.16; 'wrote:': 0.17; 'stefan': 0.17; 'explicit': 0.22; 'subject:skip:i 10': 0.22; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'al.': 0.29; "d'aprano": 0.29; 'received:78.46': 0.29; 'steven': 0.29; 'source': 0.29; 'code': 0.31; 'system,': 0.32; 'could': 0.32; 'to:addr:python-list': 0.33; 'exist': 0.35; 'something': 0.35; 'received:org': 0.36; 'charset:us-ascii': 0.36; 'quite': 0.37; 'subject:: ': 0.38; 'several': 0.39; 'to:addr:python.org': 0.39; 'subject:-': 0.40; 'content- disposition:inline': 0.60; 'free': 0.61; 'between': 0.63; 'verification': 0.72; 'certified': 0.83; 'world:': 0.91 Date: Sat, 4 Aug 2012 13:18:02 +0200 From: Stefan Krah To: python-list@python.org Subject: Re: On-topic: alternate Python implementations References: <501cbdf8$0$29978$c3e8da3$5496439d@news.astraweb.com> <501cff63$0$29978$c3e8da3$5496439d@news.astraweb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <501cff63$0$29978$c3e8da3$5496439d@news.astraweb.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1344079082 news.xs4all.nl 6927 [2001:888:2000:d::a6]:48451 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26482 Steven D'Aprano wrote: > Who would want to deal with C's idiosyncrasies, low-powered explicit type > system, difficult syntax, and core-dumps, when you could use something > better? In the free software world, apparently many people like C. C is also quite popular in the zero-fault software world: Several verification tools do exist and Leroy et al. are writing a certified compiler for C to plug the hole between the verified source code and the generated assembly. Stefan Krah