On 06/08/2012 12:21 PM, Akim Demaille wrote:
>
>>> Every single modern language, especially functional ones,
>>> have the "return" unnecessary.
>>>
>> Not the case for Python.
> 
> Python is inconsistent on this regard.
> 
>>>> a = lambda : 14
>>>> a()
> 14
>
Yeah, lambda functions in python are probably a chief example of
"practicality beats purity" gone wrong ...

>> But I won't do the change here, since readability would be truly hampered
>> (for me at least).   Hope that's OK with you.
> 
> You're the Boss!
> 

I plan to push shortly if there are no further comments or suggestions.

Thanks for all the feedback,
  Stefano

Reply via email to