Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed1.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'programmer': 0.03; 'subsequent': 0.05; 'parser': 0.07; 'mind,': 0.09; 'statements': 0.09; 'useless': 0.09; 'python': 0.11; 'code?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'lisp': 0.16; 'nearest': 0.16; 'superfluous': 0.16; 'syntactic': 0.16; 'subject:python': 0.16; 'elements': 0.16; 'for?': 0.16; ':-)': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'thu,': 0.19; 'aug': 0.22; 'putting': 0.22; "shouldn't": 0.24; "i've": 0.25; 'header :In-Reply-To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'tim': 0.29; 'wonder': 0.29; 'message-id:@mail.gmail.com': 0.30; 'skip:( 20': 0.30; 'chase': 0.31; 'stands': 0.31; 'subject:end': 0.31; 'though.': 0.31; 'programmers': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'c++': 0.36; 'scheme': 0.36; 'done': 0.36; 'ends': 0.38; 'to:addr:python-list': 0.38; 'anything': 0.39; 'to:addr:python.org': 0.39; 'talk,': 0.91; 'serious': 0.97; '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=mb26pMSxiKffzGDVvqfoxKdnmM1E3gD3YirHxC75jTo=; b=laEysd871k9Em8bVtmGoxibg5MWVU6AWcBJHTijN2Q6fZ1x7mDoyiDWErCatJkLQhf tb1ElxrAlk/ob/vmBnnrjH5XTydWq2M41Wb/ZqYTQDMDh/hSdI/xuiNbW4XAWbW1PGxX 9wbquyCJJ0KIpLmciwC3DdVxUKWSFk40ARwvP1wcSxs0j0itiGqJp86VM/OHjw28HG2v xs//L8xF8HJn0u61Yw5wIDcQKEKH/I8nx26FF6CfCOkv1qywIOpfYflkdQf67WC1F9ia Tq0cBDVgZfmAtGazBcMmNhs+g24ryEKx4Zq32YesyiXO4XEpyoEBxl7vFzKRLXAW/DLe +fLg== MIME-Version: 1.0 X-Received: by 10.221.55.4 with SMTP id vw4mr276185vcb.37.1377736791918; Wed, 28 Aug 2013 17:39:51 -0700 (PDT) In-Reply-To: <20130828193716.07bad258@bigbox.christie.dr> References: <1377735506.18906.15.camel@debian> <20130828193716.07bad258@bigbox.christie.dr> Date: Thu, 29 Aug 2013 10:39:51 +1000 Subject: Re: semicolon at end of python's statements From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1377736795 news.xs4all.nl 15931 [2001:888:2000:d::a6]:33920 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:53202 On Thu, Aug 29, 2013 at 10:37 AM, Tim Chase wrote: > On 2013-08-29 10:31, Chris Angelico wrote: >> but putting semicolons at the ends of Python statements is as >> useless as putting ((((lots of (((irritating (((superfluous >> (((parentheses))))))))))))) in your C++ code. The parser won't mind, >> but subsequent programmers will wonder what these unnecessary >> syntactic elements are for. > > That would would be a lisp programmer writing C++ code? :-) Isn't that what LISP stands for? Lots of Irritating Superfluous Parentheses? :) I shouldn't talk, though. Never used LISP for anything serious - nearest I've done is to use Scheme to tinker with GNU Lilypond. ChrisA