While everyone is saying what they want in Python :)
Jay O'Connor
joconnor at cybermesa.com
Sun Feb 4 09:19:04 EST 2001
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)
--
Jay O'Connor
joconnor at cybermesa.com
http://www.cybermesa.com/~joconnor
"God himself plays the bass strings first when He tunes the soul"
More information about the Python-list
mailing list