Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!feeder2-2.proxad.net!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!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: UNSURE 0.283 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.60; '*S*': 0.17; 'python': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'roy': 0.16; 'language': 0.16; 'wrote:': 0.18; 'programming': 0.22; 'case.': 0.24; 'mon,': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'knowledge': 0.35; "can't": 0.35; 'agree': 0.35; 'computing': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'nov': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'subject:. ': 0.67; 'capable': 0.67; 'smith': 0.68; 'quicker': 0.84; 'careful': 0.91; 'state.': 0.95; 'subject:2013': 0.95; '2013': 0.98 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=BfmexmTyzscr97QxF2pARKdJiQJDYP9HERrH+uFu3YY=; b=JzPs4V85LCAb/4yz4+9nLS+SOfMpWNc+101o25i+0E3l2GWL2z52OcPxxU+v5xGuu5 WBILmvPvs2pZa3gc1cXnQ9zfJMFzpVgq5tDAhpHqTqtNa2C5Xi9fUMxFaCI+fijYnF+Q mHic58hwpv/EV+Mp69zMczzyFxePbsKz4/TGm0CwBWrWA46iI8J1PzI/Y8RUqFNhX45v uoqaGFa0y5nzX8CnFVvKf7XTork2U5OCTq67Nk15bZFAYZX0VbGvDZN1xq33c8RczIoL F5bEDxxc2O8paSCBZotyPdlwhPqvT0jP7semkCaKG6+nARpfQdDOX1YJmM1QJkPHhDc3 XW3A== MIME-Version: 1.0 X-Received: by 10.66.248.202 with SMTP id yo10mr71829pac.177.1384702137581; Sun, 17 Nov 2013 07:28:57 -0800 (PST) In-Reply-To: References: <0.444ab0f1470c9d9a7a89.20131117124526GMT.87li0nqjrt.fsf@bsb.me.uk> Date: Mon, 18 Nov 2013 02:28:57 +1100 Subject: Re: Program Translation - Nov. 14, 2013 From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Sun, 17 Nov 2013 16:30:21 +0100 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384702222 news.xs4all.nl 16000 [2001:888:2000:d::a6]:58596 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:59742 On Mon, Nov 18, 2013 at 2:20 AM, Roy Smith wrote: > But, for a non-expert, it may be that while L2 is capable of computing a > solution in less time than L1, it takes a lot of expert knowledge to get > the L2 program to that state. For the limited amount of programming > expertise and time available, L1 may actually be better for this use > case. But then you have to be careful how you describe your conclusion. You can't say that Python is a faster language than C on the basis that it's quicker to get a working Python program than a working C program. However, I do agree with your sentiment. ChrisA