Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.01; 'subject:Python': 0.06; 'from:addr:pobox.com': 0.07; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; '"things': 0.16; 'ecosystem.': 0.16; 'message-id:@post.gmane.org': 0.16; 'python".': 0.16; 'writes:': 0.19; 'topic.': 0.23; 'correct': 0.28; '(even': 0.29; 'stefan': 0.29; 'focus': 0.30; 'solved': 0.30; 'header:X-Complaints-To:1': 0.32; 'to:addr:python-list': 0.33; 'familiar': 0.33; 'things': 0.33; 'question': 0.34; 'daniel': 0.34; 'header:User-Agent:1': 0.35; 'complaints': 0.35; 'languages': 0.35; 'using': 0.35; 'charset:us-ascii': 0.36; 'received:org': 0.38; 'could': 0.38; 'but': 0.38; 'though': 0.38; 'subject:: ': 0.38; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'more': 0.60; 'your': 0.60; 'john': 0.62; 'imagine': 0.72; 'why?': 0.73; 'advantages': 0.77; 'dialect': 0.84; 'drawbacks': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: John Lee Subject: Re: Abandoning Python Date: Sun, 22 May 2011 18:26:42 +0000 (UTC) References: <87ipt46okh.fsf@pobox.com> <87sjs6enhq.fsf@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 82.44.73.236 (Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Ubuntu/10.10 Chromium/11.0.696.68 Chrome/11.0.696.68 Safari/534.24) 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: 23 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1306088816 news.xs4all.nl 49179 [::ffff:82.94.164.166]:50133 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:5992 Stefan Behnel behnel.de> writes: > > John J Lee, 22.05.2011 17:58: > > Daniel Kluev writes: > >> Also, most of these complaints could be solved by using correct python > >> dialect for particular task - RPython, Cython and so on. > > > > Different topic. > > Why? The intended focus was "things other than Python". RPython and Cython are languages other than Python, but I regard them as part of the Python, er, ecosystem. They have advantages and drawbacks that a lot of us are already familiar with (even though in your position I imagine you notice the misconceptions more than the correct ones). The thought behind my question was to get Pythonista's opinions about things outside of that. John