Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!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.052 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'tries': 0.07; 'get.': 0.09; 'seen,': 0.09; 'sure,': 0.09; 'works.': 0.09; 'python': 0.11; 'for,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'janssen': 0.16; 'lisp': 0.16; 'liver': 0.16; "someone's": 0.16; 'syntax,': 0.16; 'language': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'programming': 0.22; 'coding': 0.22; "haven't": 0.24; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'argue': 0.31; 'steven': 0.31; 'whom': 0.33; 'fri,': 0.33; 'actual': 0.34; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'late': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'done': 0.36; 'experience,': 0.37; 'application': 0.37; 'list': 0.37; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'explain': 0.39; '12,': 0.39; 'functional': 0.39; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'how': 0.40; 'even': 0.60; 'read': 0.60; 'tell': 0.60; "you'll": 0.62; 'different': 0.65; 'close': 0.67; 'insight': 0.68; 'nobody': 0.68; 'deeply': 0.69; 'internet': 0.71; 'further,': 0.74; 'yourself': 0.78; 'gain': 0.79; "everything's": 0.84; 'otten': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=+gM74neay5vJ9WRvS/m4njZ+DmiYnGCR9BbhStJd7oQ=; b=GfzqZerBhWS3N6yYHw9CA3b559BRPiTUkRn56KvRnxQrJTf7p45vSupKXw9Xf8uL/M u7s6zl8rm8PfgJg7FQo+tEISIckfHbxrlBwtm5c5scQJr3iHNoN80uU0EJcby5MQEsJZ taz/S2pEdMlpQw3TcLPpY+9c9wlY+Ck0mMMnJvdMt2S5LsCB/Ihwd2TYZbjE0eMDdDD9 81H4rcCspKhqK5B8YUfdoJLU6baFPL/WqAyqDzcmhSXDA7J0vzQIzZnVzLSt5/WYdRsz lRU5vnQgWuS086iLGuL0/ohQmooDbPHdPa2DEEqV24Bylt/NowMDu/aVcC9bnz4NGgmJ O8+A== MIME-Version: 1.0 X-Received: by 10.58.34.12 with SMTP id v12mr7399074vei.55.1365750968491; Fri, 12 Apr 2013 00:16:08 -0700 (PDT) In-Reply-To: References: Date: Fri, 12 Apr 2013 17:16:08 +1000 Subject: Re: Message passing syntax for objects | OOPv2 From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365750977 news.xs4all.nl 2599 [2001:888:2000:d::a6]:37217 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43427 On Fri, Apr 12, 2013 at 11:57 AM, Mark Janssen wrote: > Further, I will admit that I am not deeply > experienced in application or Internet programming Would you listen to someone who is, by his own admission, not experienced as a surgeon, and tries to tell you that your liver and heart would be better placed the other way around? You may well have some insight that nobody else has yet seen, but you do yourself no service by trying to argue without first-hand experience, and lots of it. I'm not going to go to a LISP mailing list and try to tell them that functional programming is better done with some different syntax, because I am not an experienced LISPer. (Dabbled in Scheme, that's about as close as I get. And only dabbled. And only because GNU LilyPond uses it.) Things are the way they are because someone's spent decades working with them. Sure, not everything's perfect... but it takes someone with actual coding experience and expertise to point out improvements. Read the python-list and python-tutor archives and listen to people like Peter Otten and Steven D'Aprano, both of whom have been using the language for, uhh... 3.5 millenia, probably. (Me? I'm a n00b. Haven't seriously used Python for even a decade yet, though I think I met it in the late 90s or early 00s. Got my coding experience on other languages.) Listen to them when they explain to people why Python is how it is, and you'll gain a much greater comprehension of what actually works. ChrisA