[Python-Dev] [OT] implicit return values
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu Sep 3 23:33:14 CEST 2009
More information about the Python-Dev mailing list
Thu Sep 3 23:33:14 CEST 2009
- Previous message: [Python-Dev] [OT] implicit return values
- Next message: [Python-Dev] [OT] implicit return values
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Xavier Morel wrote: > Methods yes (and that's one of the few Smalltalk design "features" I > consider truly dumb, considering it has message cascading) Cascading is something different -- it's for sending multiple messages to the *same* receiver. It's not dumb to have both. -- Greg
- Previous message: [Python-Dev] [OT] implicit return values
- Next message: [Python-Dev] [OT] implicit return values
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list