[Python-3000] Did I miss anything?
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Apr 11 10:21:09 CEST 2006
Kendall Clark wrote:
> Symbols would be a pretty picayune addition to the language, but the
> Ruby folks seem to get v. good mileage out of them for
> metaprogramming,
Because Ruby strings are mutable, you can't use
them as symbols the way you can in Python. The
languages are different enough in this area that
you can't transfer experience directly from one
to the other.
--
Greg
More information about the Python-3000
mailing list