Tuples cf. Expanded objects??

Gary Stephenson Gary.Stephenson at p98.f112.n480.z2.fidonet.org
Sat Jul 3 04:10:46 EDT 1999


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




More information about the Python-list mailing list