This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients ezio.melotti, gvanrossum, ncoghlan, peter.otten, pitrou, serhiy.storchaka
Date 2013-08-20.14:32:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377009154.02.0.226335545444.issue18788@psf.upfronthosting.co.za>
In-reply-to
Content
I like a parens-less call syntax, but it is unpythonic and even anti-pythonic. It can be good in some other language (like Forth or Tcl, may be Perl or Ruby) but not in Python. It requires some other coordinated features (a syntax to obtaining a reference to a function/method, perhaps shorter syntax for lambdas, braced blocks, different scoping and binding rules) and different philosophy. It doesn't quack as Python.
History
Date User Action Args
2013-08-20 14:32:34serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, ncoghlan, peter.otten, pitrou, ezio.melotti
2013-08-20 14:32:34serhiy.storchakasetmessageid: <1377009154.02.0.226335545444.issue18788@psf.upfronthosting.co.za>
2013-08-20 14:32:34serhiy.storchakalinkissue18788 messages
2013-08-20 14:32:33serhiy.storchakacreate