Typed Python?
Jacek Generowicz
jacek.generowicz at cern.ch
Tue Jul 6 07:07:41 EDT 2004
More information about the Python-list mailing list
Tue Jul 6 07:07:41 EDT 2004
- Previous message (by thread): Typed Python?
- Next message (by thread): Typed Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Peter Maas <peter.maas at mplusr.de> writes: > 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? :) Peter Hansen gave you the correct hint: "Better structured THAN".
- Previous message (by thread): Typed Python?
- Next message (by thread): Typed Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list