Does 'super' exist?
Gordon McMillan
gmcm at hypernet.com
Sun Dec 9 20:04:48 EST 2001
More information about the Python-list mailing list
Sun Dec 9 20:04:48 EST 2001
- Previous message (by thread): Does 'super' exist?
- Next message (by thread): How to embed Tcl in Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Bruce Eckel wrote: [...] > This happened to some degree with Java's awful > 'System.out.println()' which I tried shortening to prt() or > something, but finally realized that everytime someone saw that > they'd have to think "oh, that's actually System.out.println()," > wasting one of the 7+-2 things they can hold in their head at any > one time. Man I wish package authors (who typically want to expose a.b...z as a.z for "ease of typing") would realize this. Experienced users have easy ways of shortening the load on their fingers, but beginners are frustrated in their attempts to "use the source, Luke". -- Gordon http://www.mcmillan-inc.com/
- Previous message (by thread): Does 'super' exist?
- Next message (by thread): How to embed Tcl in Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list