Tuples cf. Expanded objects??
Gary Stephenson
Gary.Stephenson at p98.f112.n480.z2.fidonet.org
Sat Jul 3 04:10:46 EDT 1999
More information about the Python-list mailing list
Sat Jul 3 04:10:46 EDT 1999
- Previous message (by thread): Tuples cf. Expanded objects??
- Next message (by thread): Tuples & lists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Gary Stephenson <stephensong at iname.com> > > 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 cf. Expanded objects??
- Next message (by thread): Tuples & lists
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list