Closures in leu of pointers?

Michael Torrie torriem at gmail.com
Sat Jun 29 18:02:20 EDT 2013


On 06/29/2013 01:19 PM, Steven D'Aprano wrote:
> Python's basic data types are not necessarily immutable. Lists and dicts 
> are not immutable. Being a high-level language, the idea of "primitives" 
> like int, double, float, etc from C doesn't really apply. A Python dict 
> is not made up from Python ints. Both int and dict are equally "basic".

Indeed.  Sorry for not being more clear.  I was referring primarily to
numeric objects and strings.



More information about the Python-list mailing list