strong/weak typing and pointers

Alex Martelli aleaxit at yahoo.com
Wed Nov 3 17:06:40 EST 2004


JCM <joshway_without_spam at myway.com> wrote:

> When people talk about "weak typing" they generally mean either
> implicit conversions (or operations on values of different types),
> or reinterpreting representations of values as a different type.

I've seen people complain about "weak typing" mostly to mean an entirely
different issue: types being attached to objects and NOT to names.


Alex



More information about the Python-list mailing list