Path: csiph.com!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '(except': 0.05; 'from:addr:yahoo.co.uk': 0.05; 'that?': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'python.': 0.11; 'ctypes.': 0.16; 'pointers,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:reference': 0.16; 'subject:versus': 0.16; 'thread.': 0.16; 'wrote:': 0.16; "wouldn't": 0.16; 'pointer': 0.18; 'shape': 0.18; 'language': 0.19; '>>>': 0.20; 'proposed': 0.20; 'lawrence': 0.22; 'sorry,': 0.22; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'sense': 0.26; 'van': 0.26; 'question': 0.27; 'that.': 0.30; 'mention': 0.30; "can't": 0.32; 'language.': 0.32; 'maybe': 0.33; 'science,': 0.33; 'definition': 0.34; 'languages': 0.34; 'could': 0.35; 'i.e.': 0.35; 'but': 0.36; 'too': 0.36; 'should': 0.36; 'there': 0.36; 'subject:" ': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'say': 0.37; 'received:org': 0.37; 'someone': 0.38; 'mean': 0.38; 'means': 0.39; 'does': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; 'caused': 0.61; 'charset:windows-1252': 0.62; 'different': 0.63; 'our': 0.64; 'python-list': 0.66; 'pythonistas,': 0.84; 'sense"': 0.84; 'rocket': 0.95 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Terminology: "reference" versus "pointer" Date: Sun, 13 Sep 2015 00:14:33 +0100 References: <14afe27e-0bd5-410f-8e64-0f31d496ebf2@googlegroups.com> <55F36B4C.9020007@gmail.com> <1442016698.95299.381478313.2487CA0E@webmail.messagingengine.com> <85mvws6z45.fsf_-_@benfinney.id.au> <85io7g6xy4.fsf@benfinney.id.au> <85egi46wng.fsf@benfinney.id.au> <1a1a1f6a-27ce-4c1b-807a-43eabaa04abb@googlegroups.com> <8e16c020-e734-401d-92cb-10a2cdddd497@googlegroups.com> <55f4657f$0$1675$c3e8da3$5496439d@news.astraweb.com> <0034a8bd-cd81-4c5e-9759-1ce1aa97e2e2@googlegroups.com> <0f742e14-1983-42ae-a774-f8a9f3485e34@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 195.147.66.69 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 In-Reply-To: <0f742e14-1983-42ae-a774-f8a9f3485e34@googlegroups.com> 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442099690 news.xs4all.nl 23785 [2001:888:2000:d::a6]:32866 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96467 On 12/09/2015 23:34, rurpy--- via Python-list wrote: > On 09/12/2015 04:14 PM, Emile van Sebille wrote: >> On 9/12/2015 12:58 PM, rurpy--- via Python-list wrote: >> >>> The question is whether what "pointer" means in languages that use the >>> word is*so* different than its meaning in the Python sense >> >> I can't find a single reference to pointer in the python docs outside >> of ctypes. What is its python sense? > > I should have said "proposed sense" (except I don't really mean > proposed as in "let's change all the docs" but as "let's stop the > hissy-fits when someone uses the term"), i.e. the way I, I think > random832, and others use it re python. Sorry, I see in retrospect > my phrasing could be confusing. > The "hissy-fits" are caused because Python the language does not have pointers, so by definition there is no need to mention them in any way, shape or form in any Python thread. What is so difficult to understand about that? I would say it's not rocket science, but the insurers that paid out over Ariane 5 maybe wouldn't be too happy with that. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence