The future of Python immutability

r rt8396 at gmail.com
Fri Sep 4 03:22:08 EDT 2009


"""The future of Python immutability"""

Define future:
  The future is a time period commonly understood to contain all
events that have yet to occur. It is the opposite of the past, and is
the time after the present

Define immutability:
  Not subject or susceptible to change. In object-oriented and
functional programming, an immutable object is an object whose state
cannot be modified after it is created. This is in contrast to a
mutable object, which can be modified after it is created.



hmm, applying this logic i'd have to say about the same really.

;-)



More information about the Python-list mailing list