strong/weak typing and pointers
Gabriel Zachmann
zach at cs.uni-bonn.de
Thu Oct 28 12:17:15 EDT 2004
More information about the Python-list mailing list
Thu Oct 28 12:17:15 EDT 2004
- Previous message (by thread): strong/weak typing and pointers
- Next message (by thread): strong/weak typing and pointers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Is it correct to say that strong/weak typing does not make a difference if one does not use any pointers (or adress-taking operator)? More concretely, I am thinking particularly of Python vs C++. So, are there any examples (without pointers, references, or adress-taking), which would have a different result in Python and in C++? I would appreciate all insights or pointers to literature. TIA, gabriel. -- /-------------------------------------------------------------------------\ | We act as though comfort and luxury | | were the chief requirements of life, | | when all that we need to make us happy | | is something to be enthusiastic about. (Einstein) | +-------------------------------------------------------------------------+ | zach at cs.uni-bonn.de __@/' www.gabrielzachmann.org | \-------------------------------------------------------------------------/
- Previous message (by thread): strong/weak typing and pointers
- Next message (by thread): strong/weak typing and pointers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list