Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'syntax': 0.04; 'passionate': 0.05; 'subject:Python': 0.06; "people's": 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'anyway': 0.14; '(actually': 0.16; '*i*': 0.16; 'finney': 0.16; 'fork': 0.16; 'language)': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'tabs': 0.16; 'else,': 0.19; 'header:User-Agent:1': 0.23; 'preferences': 0.24; '(or': 0.24; 'header:X-Complaints-To:1': 0.27; 'writes:': 0.31; 'languages': 0.32; 'quite': 0.32; 'maybe': 0.34; 'subject: (': 0.35; 'yours,': 0.36; 'subject:New': 0.37; 'too': 0.37; 'sometimes': 0.38; 'ben': 0.38; 'to:addr:python-list': 0.38; 'use.': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; 'collaborate': 0.60; 'free': 0.61; 'personal': 0.63; 'such': 0.63; 'integrity': 0.74; 'disagreement': 0.84; 'received:125': 0.84; 'suits': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ben Finney Subject: Re: New to Python - block grouping (spaces) Date: Sat, 18 Apr 2015 12:22:52 +1000 References: <9fc57fc9-0399-4ff3-882a-d041f02827d8@googlegroups.com> <6580b5d5-92f5-4bfa-b1d0-889c69fe82bb@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: jigong.madmonks.org X-Public-Key-ID: 0xAC128405 X-Public-Key-Fingerprint: 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-pubkey.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) Cancel-Lock: sha1:d+f/+kBYgzG+STK8IcWOv/9bnT4= X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1429323788 news.xs4all.nl 2914 [2001:888:2000:d::a6]:59815 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!usenet.pasdenom.info!bete-des-vosges.org!feed.ac-versailles.fr!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Xref: csiph.com comp.lang.python:89104 BartC writes: > (Actually *I* would quite like to know why languages don't have > switchable syntax anyway to allow for people's personal preferences.) Which people's personal preferences? Are these the same people who have such passionate disagreement about tabs versus spaces? If you only write programs that will only ever be read by you and no-one else, feel free to maintain a fork of Python (or any other language) that suits your personal preferences. Too much effort? Or maybe you sometimes want others, whose preferences may not exactly match yours, to collaborate on programs you write? Then I think you have your answer of why such personal perferences are not switchable in the languages we actually use. -- \ “It is the integrity of each individual human that is in final | `\ examination. On personal integrity hangs humanity's fate.” | _o__) —Richard Buckminster Fuller, _Critical Path_, 1981 | Ben Finney