Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'from:addr:yahoo.co.uk': 0.04; 'languages,': 0.04; 'languages.': 0.04; 'c++,': 0.07; 'puts': 0.07; 'absent': 0.09; 'lawrence': 0.09; 'oop': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subset': 0.09; 'sure,': 0.09; 'python': 0.11; 'language.': 0.14; 'bounds': 0.16; 'enough.': 0.16; "guido's": 0.16; 'math,': 0.16; 'objects.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'troll': 0.16; 'elements': 0.16; 'language': 0.16; 'wrote:': 0.18; 'meant': 0.20; 'appears': 0.22; 'header:User-Agent:1': 0.23; "aren't": 0.24; 'certainly': 0.24; 'either.': 0.24; 'new,': 0.24; 'skip': 0.24; 'math': 0.24; 'mon,': 0.24; '(for': 0.26; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'point': 0.28; 'am,': 0.29; 'array': 0.29; 'generally': 0.29; 'code': 0.31; '(maybe': 0.31; 'long.': 0.31; 'languages': 0.32; 'could': 0.34; "can't": 0.35; 'but': 0.35; 'really': 0.36; '(e.g.,': 0.36; 'bought': 0.36; 'object,': 0.36; 'level': 0.37; 'to:addr:python-list': 0.38; 'little': 0.38; 'environment.': 0.39; 'to:addr:python.org': 0.39; 'skip:p 20': 0.39; 'received:org': 0.40; 'even': 0.60; 'greatest': 0.60; 'truly': 0.60; 'most': 0.60; "you're": 0.61; 'our': 0.64; 'charset:windows-1252': 0.65; 'here': 0.66; 'side': 0.67; 'chicago,': 0.68; 'covers': 0.68; 'real- world': 0.68; 'fact,': 0.69; '10:11': 0.84; '2015': 0.84; 'cobol': 0.84; 'unbeatable': 0.84; 'received:89': 0.85; 'afford': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: anomaly Date: Mon, 11 May 2015 17:12:20 +0100 References: <6f508ac2-0765-46b2-9408-955e7c811127@googlegroups.com> <55504803$0$13004$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-89-240-169-199.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 In-Reply-To: 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: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1431360753 news.xs4all.nl 2851 [2001:888:2000:d::a6]:51252 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:90408 On 11/05/2015 16:48, Skip Montanaro wrote: > On Mon, May 11, 2015 at 10:11 AM, zipher wrote: >> I also bought the idea of everything as an object, it has a unbeatable purity to it. But we won't ever get to the point were OOP is like the purity of math because the greatest utility of OOP is working with real-world data. And that real-world puts bounds on the otherwise abstract purity in which a language is theoretically capable. > > Did someone here say it would? Sure, OOP isn't as pure as math, but > most object-oriented languages aren't pure OO languages, either. > (Maybe Smalltalk?) In Python, when you want to manipulate bazillions > of numbers, you use numpy, pandas, etc. In C++, you code in the C > subset it (still) contains when you don't want objects. > > The practicality side of things suggests that even though > everything-is-an-object isn't perfect, it may be good enough. > People/projects/companies generally can't afford to follow every > change that blows through their environment. That's why (for example), > COBOL lasted so long. In fact, I suspect you could still make a good > living writing COBOL, if you really wanted to. (Searching indeed.com > for "COBOL" in Chicago, IL gave me 81 hits.) > > Python was never meant to be "pure". It has, by Guido's own admission, > borrowed ideas from many other languages. Very little in Python is > truly new, certainly not its object model. At the user level > everything appears to be an object, but not everything is under the > covers (e.g., numeric elements of array objects). > > Skip > Are you aware that you're attempting to communicate with a known troll who thankfully has been absent for some years? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence