Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'function,': 0.07; 'argument,': 0.09; 'arguments,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sake': 0.09; 'subject:application': 0.15; 'argument)': 0.16; 'subject:function': 0.16; 'arguments': 0.18; 'subject:not': 0.19; '(which': 0.19; 'header:In-Reply-To:1': 0.22; 'subject:use': 0.24; 'function': 0.27; 'raise': 0.28; 'header :User-Agent:1': 0.33; 'it?': 0.33; 'header:X-Complaints-To:1': 0.34; 'normally': 0.34; 'steven': 0.34; 'calling': 0.34; 'to:addr :python-list': 0.35; 'apply': 0.35; '(for': 0.35; 'received:org': 0.36; '8bit%:86': 0.37; 'to:addr:python.org': 0.40; 'skip:\xd0 20': 0.77; 'received:88.154': 0.84; 'subject:skip:j 10': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Serhiy Storchaka Subject: Re: Why not use juxtaposition to indicate function application Date: Fri, 16 Mar 2012 22:57:04 +0200 References: <42cac695-761e-4cdb-aa3b-7c82789b76f9@h20g2000yqd.googlegroups.com> <4f636391$0$1382$4fafbaef@reader1.news.tin.it> <4f636acb$0$1381$4fafbaef@reader1.news.tin.it> <4f636e43$0$29981$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: 88.154.62.242 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 In-Reply-To: <4f636e43$0$29981$c3e8da3$5496439d@news.astraweb.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1331931449 news.xs4all.nl 6942 [2001:888:2000:d::a6]:33793 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21778 16.03.12 18:45, Steven D'Aprano написав(ла): > If f is a function which normally takes (for the sake of the argument) > one argument, then f would call the function with no arguments (which may > return a curried function, or may apply default arguments, or perhaps > raise an exception). So how would you refer to the function itself > without calling it? lambda:f