Typed Python?

Reinhold Birkenfeld reinhold-birkenfeld-nospam at wolke7.net
Mon Jul 5 09:26:31 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? :)

Hey, it is

(is_better_structured_as "(set! x 10)" "x=10")

Be consistent!

Reinhold

-- 
Wenn eine Linuxdistribution so wenig brauchbare Software wie Windows
mitbrächte, wäre das bedauerlich.  Was bei Windows der Umfang eines
"kompletten Betriebssystems" ist, nennt man bei Linux eine Rescuedisk.
  -- David Kastrup in de.comp.os.unix.linux.misc



More information about the Python-list mailing list