Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21745
| 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 | <emacsray@gmail.com> |
| 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 <emacsray@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.722.1331901933.3037.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Why not use juxtaposition to indicate function application Ray Song <emacsray@gmail.com> - 2012-03-16 20:45 +0800
Re: Why not use juxtaposition to indicate function application "bruno.desthuilliers@gmail.com" <bruno.desthuilliers@gmail.com> - 2012-03-16 06:14 -0700
Re: Why not use juxtaposition to indicate function application Kiuhnm <kiuhnm03.4t.yahoo.it> - 2012-03-16 17:00 +0100
RE: Why not use juxtaposition to indicate function application "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-03-16 16:13 +0000
Re: Why not use juxtaposition to indicate function application Kiuhnm <kiuhnm03.4t.yahoo.it> - 2012-03-16 17:31 +0100
Re: Why not use juxtaposition to indicate function application Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-03-16 16:45 +0000
Re: Why not use juxtaposition to indicate function application Kiuhnm <kiuhnm03.4t.yahoo.it> - 2012-03-16 18:18 +0100
Re: Why not use juxtaposition to indicate function application Ian Kelly <ian.g.kelly@gmail.com> - 2012-03-16 11:59 -0600
Re: Why not use juxtaposition to indicate function application Serhiy Storchaka <storchaka@gmail.com> - 2012-03-16 22:57 +0200
Re: Why not use juxtaposition to indicate function application Chris Rebert <clp2@rebertia.com> - 2012-03-16 14:02 -0700
Re: Why not use juxtaposition to indicate function application Serhiy Storchaka <storchaka@gmail.com> - 2012-03-17 00:14 +0200
Re: Why not use juxtaposition to indicate function application Tony the Tiger <tony@tiger.invalid> - 2012-03-16 16:55 -0500
Re: Why not use juxtaposition to indicate function application Terry Reedy <tjreedy@udel.edu> - 2012-03-17 00:38 -0400
Re: Why not use juxtaposition to indicate function application "Colin J. Williams" <cjw@ncf.ca> - 2012-03-16 11:06 -0400
Haskellizing python (was Why not use juxtaposition to indicate function application) rusi <rustompmody@gmail.com> - 2012-03-16 22:26 -0700
Re: Why not use juxtaposition to indicate function application Larry Hudson <orgnut@yahoo.com> - 2012-03-16 23:39 -0700
csiph-web