Typed Python?

Peter Hansen peter at engcorp.com
Mon Jul 5 09:10:03 EDT 2004


Peter Maas wrote:

> Jacek Generowicz schrieb:
> 
>>> (set! x 10)
>>>
>>> Is so much more readable than
>>> x=10
>>
>>
>>
>> Well, that rather depends on what you are used to. But it is
>> undeniably true that the former is better structured.
> 
> 
> You mean the expression
> 
> "(set! x 10)" is_better_structured_as "x=10"
> 
> is true? How is is_better_structured_as defined? :)

I think you mean "is_better_structured_than", not "_as".

What you wrote, if true, would mean that Jacek meant
"x=10" was the better structured one...

(Anyway, arguing over "structured" is silly.  Clearly "more readable"
rules. ;-)

-Peter



More information about the Python-list mailing list