Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.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.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; '16,': 0.03; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; 'jan': 0.12; '12:04': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'readability': 0.16; 'roy': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'subject:skip:i 10': 0.31; 'fri,': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'bad': 0.39; 'how': 0.40; 'beautiful': 0.68; 'smith': 0.68; '2015': 0.84; 'zen': 0.84; 'to:none': 0.92 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:cc :content-type; bh=4LYWdAePs0OXVbpwrxmNTgahnv3T4uONJL6W0yxnOjo=; b=cZapFaa2YSZlmiZADHx4So/eJCiOZoktsBOaVWu9o6MrtiplS3q7NJB7EkF7HvPNXd /UtYNCNSSQfyXGVXMVkeMnekccXujWN8SN0w8hxhW/BPiVygSEbc8tQWylQAjq7VPksl LcT7/Lq8YolsH5T+qW4JX3mRnEzNv/FWSeSH/vmAOVLCB3kda1yMXTljWQq0xOO1DpRp ItcfnRdTb7BjqMfmkLmH7HDQqknvrFpjZReIQ+Y/LAU6nuYkhtXCc0EgtturywwTXght QgInORw1baed/KakyfitJQ6oBRDX/L38zW1ZMTEdxzOeE1AuQ2WJqG0ywcESGzepYFjz 9mpw== MIME-Version: 1.0 X-Received: by 10.107.32.138 with SMTP id g132mr10130343iog.43.1421327354496; Thu, 15 Jan 2015 05:09:14 -0800 (PST) In-Reply-To: References: <3d8068b3-7b63-43c0-bbf2-6111b2c73aa4@googlegroups.com> Date: Fri, 16 Jan 2015 00:09:14 +1100 Subject: Re: lambdak: multi-line lambda implementation in native Python From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421327356 news.xs4all.nl 2921 [2001:888:2000:d::a6]:45983 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:83822 On Fri, Jan 16, 2015 at 12:04 AM, Roy Smith wrote: > I don't know which zen this is, but "Beauty is important". How about: Beautiful is better than ugly. Readability counts. If the implementation is hard to explain, it's a bad idea. ChrisA