While everyone is saying what they want in Python :)
Jay O'Connor
joconnor at cybermesa.com
Sun Feb 4 09:19:04 EST 2001
More information about the Python-list mailing list
Sun Feb 4 09:19:04 EST 2001
- Previous message (by thread): While everyone is saying what they want in Python :)
- Next message (by thread): While everyone is saying what they want in Python :)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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"
- Previous message (by thread): While everyone is saying what they want in Python :)
- Next message (by thread): While everyone is saying what they want in Python :)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list