Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed2.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.108 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.79; '*S*': 0.00; 'essentially': 0.04; 'parser': 0.07; 'abstraction': 0.09; 'defines': 0.09; 'difference,': 0.09; 'sanity': 0.09; 'subject:design': 0.09; 'excluded);': 0.16; 'illustrating': 0.16; 'itself).': 0.16; 'janssen': 0.16; 'lie': 0.16; 'subject:Language': 0.16; 'two.': 0.16; 'unimportant': 0.16; 'first.': 0.19; 'passing': 0.19; 'pointed': 0.19; 'machine': 0.22; '>>>': 0.22; 'header:User- Agent:1': 0.23; 'mention': 0.26; 'second': 0.26; 'somewhere': 0.26; 'header:In-Reply-To:1': 0.27; 'point': 0.28; "doesn't": 0.30; 'direction': 0.30; 'that.': 0.31; 'towards': 0.31; 'up.': 0.33; 'but': 0.35; 'there': 0.35; 'i.e.': 0.36; 'two': 0.37; 'starting': 0.37; 'being': 0.38; 'to:addr:python-list': 0.38; 'little': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'chain': 0.60; 'matter': 0.61; 'simply': 0.61; "you're": 0.61; 'first': 0.61; 'such': 0.63; 'talking': 0.65; 'details': 0.65; 'within': 0.65; 'license': 0.66; 'here': 0.66; 'between': 0.67; 'bottom': 0.67; 'yourself': 0.78; 'confusion.': 0.84; 'galaxies': 0.84; 'maybe,': 0.84; 'pardon': 0.84; 'received:195.238': 0.84; 'received:195.238.6': 0.84; 'received:belgacom.be': 0.84; 'received:isp.belgacom.be': 0.84; 'relate': 0.84; 'stars': 0.84; 'write:': 0.91 X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApMBANxnNVJbs/rm/2dsb2JhbAANTcIEgnaBLYMZAQEBAwEnEToGBgsLIRYPCQMCAQIBRRMIAod5pzSJZYhcj3oWhAgDl3uVGg Date: Sun, 15 Sep 2013 09:57:57 +0200 From: Antoon Pardon User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130704 Icedove/17.0.7 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Language design References: <522eb795$0$29999$c3e8da3$5496439d@news.astraweb.com> <5230ff66$0$29988$c3e8da3$5496439d@news.astraweb.com> <52315238$0$29999$c3e8da3$5496439d@news.astraweb.com> <52329db3$0$29988$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 43 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1379231948 news.xs4all.nl 15984 [2001:888:2000:d::a6]:35673 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:54184 Op 15-09-13 04:37, Mark Janssen schreef: >>> >>> Ha, "only the direction reversed". That little directionality that >>> you're passing by so blithely is the difference between whether you're >>> talking about galaxies or atoms. >> >> It makes no difference whether I write: >> >> atoms -> stars -> galaxies >> >> or >> >> galaxies <- stars <- atoms >> >> nor does it make any difference if I write the chain starting at the top >> and pointing down, or at the bottom and pointing up. > > Here again, your sanity is questioned. You are simply wrong. Atoms > lie within galaxies, but galaxies do not lie within atoms (poetic > license excluded); No body is questioning that. What is being pointed out is, that it doesn't make a difference whether you say that atoms lie within galaxies or you say galaxies have atoms in them. It doesn't matter which of the items you mention first in defining the relation between the two. > i.e. there is a difference, whether your talking > about syntactically by the parser or conceptually by a human being. > Somewhere you have to put yourself in the middle. And that point > defines how you relate to the machine -- towards abstraction (upwards) > or towards the concrete (to the machine itself). Maybe, but where you put yourself is not determined by such unimportant details as to which of the components in a relation you mention first. a < b or b > a, are two ways to write the exact same relation and someone arguing that there is an important difference because in the first case we mention a first while in the second case we mention b first is only illustrating his own confusion. And that is essentially what you are doing. -- Antoon Pardon