Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!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.073 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.02; 'cc:addr:python-list': 0.11; 'language,': 0.12; 'braces': 0.16; 'curly': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'recognition.': 0.16; 'words.': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'programming': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'indentation': 0.31; 'style': 0.33; "i'd": 0.34; 'but': 0.35; 'received:google.com': 0.35; 'done': 0.36; 'that,': 0.38; 'royal': 0.61; 'subject:This': 0.74; 'pain': 0.84; 'speech': 0.84; 'navigate': 0.91; 'to:none': 0.92; 'hand,': 0.93 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=o5ICgW5mPm55gzria2xkLumY7O36CAip8tUeW1DckEo=; b=FobHfezbHhYsYpb8bPniIgRASpNRpIipXLD98JVeg7Zx8VAduYpbE5paUpOEBOVcxd /sYoo33Eh7MDj7wwhDmNmL9LMr6PT5a9sZSuyyQI+2i3uTj6hTcERa5WQGUlCx8afGoQ aVkpKH7NUn8Lrrgs/b3Adf8do1qy1hHVir0Qx2AenQySmbaNKHVDUyavQGNS3mRsfx4f SxUneEgzSzmQ6CPm3uDoGkLu8/wckSGot10I0DYfL5iMcsHUAQnTPiJJOERqCuFBoxJe eb0ctOOyY1hXYgrOlM5bXSIRWOeYTIMO+yHb7QRiB2n6+xbAwjZCdjFhP83V3Or9GzaZ ucXg== MIME-Version: 1.0 X-Received: by 10.220.249.6 with SMTP id mi6mr249003vcb.33.1401838190841; Tue, 03 Jun 2014 16:29:50 -0700 (PDT) In-Reply-To: <538E58A7.80808@harvee.org> References: <34564700423508781.788278sturla.molden-gmail.com@news.gmane.org> <538E58A7.80808@harvee.org> Date: Wed, 4 Jun 2014 09:29:50 +1000 Subject: Re: OT: This Swift thing 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: 1401838193 news.xs4all.nl 2893 [2001:888:2000:d::a6]:50494 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72558 On Wed, Jun 4, 2014 at 9:22 AM, Eric S. Johansson wrote: > On the other hand, curly braces are royal pain to dictate or navigate around > when programming with speech recognition. I've never done that, in any language, but if I had to guess, I'd say that both braces and indentation are harder to work with than a REXX style where *everything* is words. :) ChrisA