On Sat, 06 Oct 2007 19:16:47 +1300, Lawrence D'Oliveiro wrote:

> In message <[EMAIL PROTECTED]>, Marc 'BlackJack' Rintsch
> wrote:
> 
>> To me a `variable` is made of a name, a memory address, a data type, and
>> a value.  In languages like C the address and type are attached to the
>> name while in Python both are attached to the value.
> 
> How does C++ with RTTI fit into your picture, then?

I'm no C++ expert but I'd say the type is attached to the value too there.
Same is true for Java.

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to