While everyone is saying what they want in Python :)

Peter Hansen peter at engcorp.com
Sun Feb 4 09:40:31 EST 2001


Jay O'Connor wrote:
> 
> Smalltalk-style cascade operations would be *very* cool
> 
> win = GtkWindow();
>         set_title("Hello World");
>         set_name ("window");
>         set_usize (400,200)
> 
> versus
> 
> win = GtkWindow()
> win.set_title("Hello World")
> win.set_name ("window")
> win.set_usize (400,200)

Why?  'Cause it saves a bit of typing?



More information about the Python-list mailing list