module confusion
Lawrence D'Oliveiro
ldo at geek-central.gen.new_zealand
Sat Oct 6 02:16:47 EDT 2007
More information about the Python-list mailing list
Sat Oct 6 02:16:47 EDT 2007
- Previous message (by thread): module confusion
- Next message (by thread): module confusion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In message <5mm85kFe9gesU1 at mid.uni-berlin.de>, 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?
- Previous message (by thread): module confusion
- Next message (by thread): module confusion
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list