Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'programmer': 0.03; 'from:addr:yahoo.co.uk': 0.04; 'subject:help': 0.08; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'suggest': 0.14; 'language.': 0.14; 'random': 0.14; 'cares': 0.16; 'hierarchy': 0.16; 'inheritance': 0.16; 'janssen': 0.16; 'likewise': 0.16; 'objects.': 0.16; 'omitted.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:object': 0.16; 'all.': 0.16; 'language': 0.16; 'wrote:': 0.18; '(not': 0.18; 'discussion': 0.18; 'trying': 0.19; '>>>': 0.22; 'header:User-Agent:1': 0.23; 'question': 0.24; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'words': 0.29; "doesn't": 0.30; 'dec': 0.30; "i'm": 0.30; 'code': 0.31; 'url:wiki': 0.31; 'url:wikipedia': 0.31; 'class': 0.32; 'community': 0.33; 'computer.': 0.33; 'actual': 0.34; 'noticed': 0.34; 'subject:the': 0.34; 'problem': 0.35; "can't": 0.35; 'no,': 0.35; 'there': 0.35; 'url:org': 0.36; 'two': 0.37; 'feed': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'little': 0.38; 'does': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'called': 0.40; 'how': 0.40; 'even': 0.60; 'ian': 0.60; 'matter': 0.61; 'simply': 0.61; "you're": 0.61; 'happen': 0.63; 'our': 0.64; 'different': 0.65; 'bottom': 0.67; 'respect': 0.70; 'paper': 0.75; 'fired': 0.84; 'subject:base': 0.84; 'abstracts': 0.91; 'hate': 0.91; 'whereas': 0.91; 'sheet': 0.93; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: interactive help on the base object Date: Mon, 09 Dec 2013 15:06:35 +0000 References: <52a44afc$0$30003$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-147-190-160.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 In-Reply-To: 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: 42 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386601592 news.xs4all.nl 2837 [2001:888:2000:d::a6]:60144 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61390 On 09/12/2013 10:12, Ian Kelly wrote: > On Sun, Dec 8, 2013 at 4:01 PM, Mark Janssen wrote: >> Likewise, WITH A COMPUTER, there is a definite order which can't be >> countermanded by simply having this artifice called "Object". If you >> FEE(L)s hadn't noticed (no longer using the insult "foo"s out of >> respect for the sensativities of the brogrammers), this artifice has >> just been *called on the floor* with this little innocent question >> that fired up this discussion again (don't hate the messenger). >> Again: people entering the community are pointing out a problem -- >> that Object is both trying to be the BASE and the SUPERclass of all >> objects. > > You're mixing two different terminologies. Whereas "superclass" > contrasts with "subclass" and connotes an imaginary spatial > relationship, "base" contrasts with "derived" (not "top"), which > pairing does not suggest any spatial relationship at all. There is no > inconsistency in that these two words happen to mean the same thing. > >>> Likewise it doesn't matter whether we draw class hierarchies from the top >>> down or the bottom up or even sidewise: >> >> Have you caught it by now, friends: IT MATTERS TO THE COMPUTER. > > No, I'm pretty sure the computer doesn't care one whit whether the > inheritance hierarchy that I scribble on a random sheet of paper > happens to be represented as top-down, bottom-up, left-right, > right-left, center-out, ana-kata, or using any other conceivable > spatial relationship that I may have omitted. The computer only cares > (inasmuch as I'm willing to personify it) about the actual *code* that > I feed into it. How the programmer abstracts or visualizes that code > is irrelevant. > MASCOT is the One True Way http://en.wikipedia.org/wiki/Modular_Approach_to_Software_Construction_Operation_and_Test -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence