Path: csiph.com!usenet.pasdenom.info!goblin3!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed1a.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'syntax': 0.04; 'subject:Python': 0.06; '*not*': 0.07; 'debugging': 0.07; 'puts': 0.07; 'removes': 0.07; 'rename': 0.07; 'annotations': 0.09; 'closest': 0.09; 'pep': 0.09; 'spec': 0.09; 'utilizing': 0.09; 'python': 0.11; 'def': 0.12; '"python': 0.16; ':-(': 0.16; 'files:': 0.16; 'from:addr:mrabarnett.plus.com': 0.16; 'from:addr:python': 0.16; 'from:name:mrab': 0.16; 'hint': 0.16; 'message-id:@mrabarnett.plus.com': 0.16; 'name):': 0.16; 'oppose': 0.16; 'readability': 0.16; 'received:192.168.1.4': 0.16; 'received:84.93': 0.16; 'received:84.93.230': 0.16; 'str)': 0.16; 'str):': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'file,': 0.19; 'code,': 0.22; 'example': 0.22; 'header:User-Agent:1': 0.23; 'error': 0.23; 'recognize': 0.24; 'decide': 0.24; 'header': 0.24; 'file.': 0.24; '(or': 0.24; 'source': 0.25; 'define': 0.26; 'extension': 0.26; 'header:In-Reply-To:1': 0.27; 'function': 0.29; 'especially': 0.30; "i'm": 0.30; 'code': 0.31; 'argue': 0.31; 'proposing': 0.31; 'file': 0.32; 'class': 0.32; 'summary': 0.32; 'another': 0.32; 'skip:_ 10': 0.34; 'problem': 0.35; 'agree': 0.35; 'something': 0.35; '(2)': 0.35; 'johnson': 0.35; 'point.': 0.35; 'received:84': 0.35; 'but': 0.35; 'version': 0.36; 'really': 0.36; 'functions.': 0.36; 'shorter': 0.36; 'method': 0.36; 'should': 0.36; 'two': 0.37; '(3)': 0.38; 'handle': 0.38; 'to:addr :python-list': 0.38; 'delete': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'skip:p 20': 0.39; 'skip:u 10': 0.60; 'today.': 0.61; 'name:': 0.61; 'simple': 0.61; "you're": 0.61; 'name': 0.63; 'choose': 0.64; 'map': 0.64; 'within': 0.65; 'note:': 0.66; 'side': 0.67; 'benefit': 0.68; 'hints': 0.68; 'containing': 0.69; 'compact,': 0.84; 'me!': 0.84; 'sides.': 0.84; 'subject:Solution': 0.84; 'benefits:': 0.91; 'prone': 0.91; 'subject:Proposal': 0.91; 'rick': 0.93; 'tomorrow': 0.95 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=Pb1xh0Rd c=1 sm=1 tr=0 a=0nF1XD0wxitMEM03M9B4ZQ==:117 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=0Bzu9jTXAAAA:8 a=Vhvw94NMJWsA:10 a=IkcTkHD0fZMA:10 a=EBOSESyhAAAA:8 a=_VxShpDprbDTe5g-ez0A:9 a=QEXdDO2ut3YA:10 X-AUTH: mrabarnett@:2500 Date: Fri, 23 Jan 2015 03:22:14 +0000 From: MRAB User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python Sanity Proposal: Type Hinting Solution References: <6da1eb58-a0bb-4d37-8293-0a8cafe6a89c@googlegroups.com> In-Reply-To: <6da1eb58-a0bb-4d37-8293-0a8cafe6a89c@googlegroups.com> Content-Type: text/plain; charset=utf-8; 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: 110 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421983338 news.xs4all.nl 2862 [2001:888:2000:d::a6]:41711 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:84303 On 2015-01-23 01:15, Rick Johnson wrote: > > Note: This is the closest you're going to get to a PEP from me! > > Okay, i have found a solution to the type hinting problem > that will appease both sides. On one side we have those who > are proposing type hinting annotations within function sigs, > and on the other side, we have those who oppose the > implementation of type hinting via this method because of > the readability concerns. The solution is move the type > hinting syntax completely out of the source file and into > another file -- think of it as a "Python Type Hinting Header > File". > > ============================================================ > Summary > ============================================================ > > (1) Agree on a file extension that python will recognize > as containing "type hint specs". Unfortunately we cannot > use ".pth", which would be the perfect acronym for "Python > Type Hints", so choose something else. :-( > > (2) Define a spec for writing annotations that will map to > funcs/methods of the same name. I would argue to keep the > spec compact, but i really don't care about the spec at > this point. > > > ============================================================ > Simplistic Example Code utilizing two files: > ============================================================ > > # > # scriptA.py > # > def greeting(name): > return 'Hello ' + name > > # > # scriptA.typehints > # > greeting{name:str} -> str > > > ============================================================ > Benefits: > ============================================================ > > (1) Removes the noisy syntax from the source file. Python > code will remain as clean tomorrow as it is today. > > (2) Puts the onerous on the author *NOT* on the reader. > This system utilizes a concept known as "Level Of Detail" > (or LOD). LOD means that i should not need to see a type > hint unless i *WANT* to see a type hint. You can think of > it as akin to "Java @string resources". > > (3) If i decide i don't want type hints in my code, all i > have to do is delete or rename a file, which is much less > error prone then editing source code. > > (4) Has the added benefit of aiding when debugging type hints. > > You also need to handle methods. A simple way would be to use indentation: # scriptA.py class Greeter: def __init__(self, name): self.name = name def greet(self): print('Hello,', self.name) def greeting(name): return 'Hello ' + name # scriptA.typehints Greeter: __init__(self, name: str) greeting{name: str} -> str I'm not sure about the best format for functions within functions. This repeats the function name: # scriptB.py def greet(name): def make_message(): return 'Hello,' + name print(make_message()) # scriptB.typehints greet(name: str) greet: make_message() -> str But a shorter version might not be clear: # scriptB.typehints greet(name: str): make_message() -> str especially when the outer function has a hint for its return type!