Tuples cf. Expanded objects??
Gary Stephenson
stephensong at iname.com
Fri Jul 2 08:10:46 EDT 1999
More information about the Python-list mailing list
Fri Jul 2 08:10:46 EDT 1999
- Previous message (by thread): Tuples & lists
- Next message (by thread): Tuples cf. Expanded objects??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > There is probably something in the the FAQ. BAsically, tuples are stored > more compactly and can be used as dictionary keys (because they ARE > readonly). > How similar are Python's "Immutable Tuples" to Eiffel's "Expanded objects". If one was to try to implement immutable tuples in another language, would an "expanded objects" implementation be the best, or even appropriate? many tias gary
- Previous message (by thread): Tuples & lists
- Next message (by thread): Tuples cf. Expanded objects??
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list