Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; '"="': 0.16; '"right"': 0.16; '-tkc': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'mathematics.': 0.16; 'message-id:@tim.thechases.com': 0.16; 'received:70.251': 0.16; 'received:dsl.rcsntx.swbell.net': 0.16; 'received:rcsntx.swbell.net': 0.16; 'received:swbell.net': 0.16; 'operator': 0.16; 'cc:addr:python-list': 0.16; ';-)': 0.19; 'sfxlen:2': 0.19; 'wrote:': 0.20; 'header:In-Reply-To:1': 0.21; 'pascal': 0.23; 'yeah,': 0.23; 'defined': 0.24; 'tim': 0.24; 'cc:no real name:2**0': 0.27; "i'm": 0.27; 'likes': 0.29; 'cc:2**0': 0.29; 'closer': 0.30; 'influenced': 0.30; 'enough': 0.30; 'cc:addr:python.org': 0.30; 'header:User-Agent:1': 0.32; 'mathematical': 0.32; 'assignment': 0.35; 'decisions': 0.37; 'too,': 0.38; 'using': 0.40; 'skip:e 10': 0.60; 'subject:, ': 0.60; 'design': 0.62; 'received:50': 0.67; 'received:50.22': 0.84; 'to:addr:mail.python.org': 0.84 Date: Sun, 25 Mar 2012 13:22:23 -0500 From: Tim Chase User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111120 Icedove/3.1.16 MIME-Version: 1.0 To: Kiuhnm Subject: Re: Documentation, assignment in expression. X-Priority: 5 (Lowest) References: <4f6d0060$0$6634$9b4e6d93@newsspool2.arcor-online.net> <4f6f0d24$0$6561$9b4e6d93@newsspool4.arcor-online.net> <4F6F1792.1060709@tim.thechases.com> <4f6f36bf$0$1390$4fafbaef@reader2.news.tin.it> In-Reply-To: <4f6f36bf$0$1390$4fafbaef@reader2.news.tin.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com X-Source: X-Source-Args: X-Source-Dir: Cc: python-list@python.org 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: 1332699721 news.xs4all.nl 6881 [2001:888:2000:d::a6]:45984 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:22144 On 03/25/12 10:16, Kiuhnm wrote: > On 3/25/2012 15:48, Tim Chase wrote: >> The old curmudgeon in me likes the Pascal method of using "=" for >> equality-testing, and ":=" for assignment which feels a little closer to >> mathematical use of "=". > > Unfortunately, ":=" means "is defined as" in mathematics. The "right" > operator would have been "<-". Yeah, while I like the "<-" better too, I'm not *quite* old enough to have influenced Wirth in his design decisions ;-) -tkc