Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; "subject:' ": 0.07; 'lawrence': 0.09; 'pep': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tismer': 0.09; 'python': 0.11; 'changes': 0.15; '"but': 0.16; '"python': 0.16; 'ought': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'language': 0.16; 'wrote:': 0.18; 'library': 0.18; 'thoughts': 0.19; '>>>': 0.22; 'programming': 0.22; 'header:User-Agent:1': 0.23; '"you': 0.24; 'initial': 0.24; 'mon,': 0.24; 'first,': 0.26; 'second': 0.26; 'least': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply- To:1': 0.27; 'function': 0.29; 'wondering': 0.29; 'list:': 0.30; 'url:mailman': 0.30; "d'aprano": 0.31; 'steven': 0.31; 'url:python': 0.33; 'monday,': 0.33; 'but': 0.35; 'proposals': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'christian': 0.38; 'feedback': 0.38; 'nov': 0.38; 'to:addr:python-list': 0.38; 'that,': 0.38; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'received:org': 0.40; 'url:mail': 0.40; 'world.': 0.61; 'discuss': 0.62; 'here': 0.66; 'batchelder': 0.84; 'received:2': 0.84; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: 'isimmutable' and 'ImmutableNester' Date: Tue, 12 Nov 2013 00:30:31 +0000 References: <8e3da943-3ed5-49f1-a4f2-4836d0f435dd@googlegroups.com> <5281738d$0$6574$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: host-2-98-204-68.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 In-Reply-To: <5281738d$0$6574$c3e8da3$5496439d@news.astraweb.com> 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384216245 news.xs4all.nl 15922 [2001:888:2000:d::a6]:47580 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:59124 On 12/11/2013 00:17, Steven D'Aprano wrote: > On Mon, 11 Nov 2013 12:55:56 -0800, Ned Batchelder wrote: > >> On Monday, November 11, 2013 3:47:45 PM UTC-5, Frank-Rene Schäfer wrote: >>> I prepared a PEP and was wondering what your thoughts are about it: >> >> The best place to discuss proposals for changes to the Python language >> and library is the Python-Ideas mailing list: >> https://mail.python.org/mailman/listinfo/python-ideas > > Actually it is recommended to get at least initial feedback here first, > to weed out proposals like: > > "Python ought to allow function currying, like in Haskell." > > "You mean like functools.partial?" > "But I don't want to do it like that, I want..." -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence