Interesting talk on Python vs. Ruby and how he would like Python to have just a bit more syntactic flexibility.
Bruno Desthuilliers
bruno.42.desthuilliers at websiteburo.invalid
Wed Feb 17 05:48:54 EST 2010
Lawrence D'Oliveiro a écrit :
> In message <60b1abce-4381-46ab-91ed-
> f2ab2154c0a1 at g19g2000yqe.googlegroups.com>, Andrej Mitrovic wrote:
>
>> Also, lambda's are expressions, not statements ...
>
> Is such a distinction Pythonic, or not?
Python is (by design) a statement-based language, so yes, this
distinction is pythonic !-)
More information about the Python-list
mailing list