Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'received:209.85.160.174': 0.07; 'received:mail-gy0-f174.google.com': 0.07; 'suggestions.': 0.07; 'readable': 0.09; 'subject:application': 0.15; 'subject:function': 0.16; 'advance': 0.17; 'subject:not': 0.19; "aren't": 0.21; 'subject:use': 0.24; 'function': 0.27; "i've": 0.32; 'rest': 0.32; 'thanks': 0.32; 'header:User-Agent:1': 0.33; 'to:addr:python-list': 0.35; 'received:209.85.160': 0.36; 'charset :us-ascii': 0.37; 'received:google.com': 0.37; 'another': 0.37; 'received:209.85': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'more': 0.61; 'received:cn': 0.80; 'subject:skip:j 10': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=Tfyc9I7Mp2OqlTlsfTi3oMRqEiQR0OU7IlCnx+PXFok=; b=suF+jBN6jJenoi+xhIOlUSUaa5J11oIb3bmxSaGA1IFuIkCd7UcP5ueMwX5wnWYjDx 7+szrAp7qoS/XB93JX2+blO5wLu/GcDkxUQv3grxLQRu49KAaoqucza0r3xWLRcuqaZ2 oypwXCMT1Hluc3Yz5R2iNS26ek05OiZIgiGJ0RHEoEBTeFoI4CTWQx02cEaeloys1O5G ekd9yhHEGWaRunb5/qDz1ijyXjjhcAmnPLYVIwx9yk2YOwP8XGWRt2/pD1F6yr8l1g9M ONSo294igjTBvIcg4aqI7cR7hH0DJ2DtAjQaLUocsvbL68ZZjX2HHvXt6iawjZnLRz2L 7S3A== Date: Fri, 16 Mar 2012 20:45:15 +0800 From: Ray Song To: python-list@python.org Subject: Why not use juxtaposition to indicate function application MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1331901933 news.xs4all.nl 6957 [2001:888:2000:d::a6]:47715 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21745 I confess i've indulged in Haskell and found f a more readable than f(a) And why aren't functions curried (partially applied function is another function which takes the rest arguments) by default? Thanks in advance for any suggestions. -- Ray