Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1a.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'subject:Python': 0.06; 'explicit': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; 'jan': 0.12; 'peters': 0.16; 'roy': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'cc:2**0': 0.24; '15,': 0.26; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'tim': 0.29; 'message- id:@mail.gmail.com': 0.30; 'subject:skip:i 10': 0.31; 'but': 0.35; 'received:google.com': 0.35; 'skip:u 10': 0.60; 'simple': 0.61; 'beautiful': 0.68; 'smith': 0.68; '2015': 0.84; 'zen': 0.84 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 :cc:content-type; bh=QNcTL9/zv2ytovdWJisHoZDabS7d4NfWkS4lklsMK3s=; b=qdzuW2TWb+xuDDC1Fk04r/KxjnpehMb5zug6QfEWVcZb7/s/yWKhykOizoN9H7pQEQ h0a8LJ7xrGh4RCj8ZoRvOBTXDudpAsfJYxsuPudeUKr5JMO3uUUHxQZ12SkpgpswwpAk TCoWIm8oEuOoHtgHsKlSrLV1B9Yx0sqUFt2anIkPC1sqwzvXVzKGnHY3llUh8YNT/pBP a5v/MZuw7pqnGLZ0cRnR7oo7X1MbVzVvcEg8wvYv19gIfk2GyJeyDmUu6r1jPnMv5kBs mEcwX37z/6x8aDG3qosn83q9lVp4cvD0vGkr//rPtDDJEyrE+qQn6f+FFM2aSLoD4un6 D5wg== MIME-Version: 1.0 X-Received: by 10.182.53.136 with SMTP id b8mr5750336obp.7.1421327470370; Thu, 15 Jan 2015 05:11:10 -0800 (PST) In-Reply-To: References: <3d8068b3-7b63-43c0-bbf2-6111b2c73aa4@googlegroups.com> Date: Thu, 15 Jan 2015 07:11:10 -0600 Subject: Re: lambdak: multi-line lambda implementation in native Python From: Skip Montanaro To: Roy Smith Content-Type: multipart/alternative; boundary=089e01228b28fb2735050cb096d5 Cc: Python 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: 42 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421327478 news.xs4all.nl 2941 [2001:888:2000:d::a6]:48548 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:83824 --089e01228b28fb2735050cb096d5 Content-Type: text/plain; charset=UTF-8 On Thu, Jan 15, 2015 at 7:04 AM, Roy Smith wrote: > I don't know which zen this is, but "Beauty is important". Kinda near the front: % python -m this The Zen of Python, by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. ... :-) Skip --089e01228b28fb2735050cb096d5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= On Thu, Jan 15, 2015 at 7:04 AM, Roy Smith <roy@panix.com> wrote= :
I don't know which zen this is, but "Beauty = is important".

Kinda near the front:

% python -m this
The Zen of Pytho= n, by Tim Peters

Beautiful is better than ugly.
E= xplicit is better than implicit.
Simple is = better than complex.
...

:-)
<= br>
Skip

--089e01228b28fb2735050cb096d5--