Python Strings

Aahz Maruch aahz at panix.com
Tue Sep 5 23:41:09 EDT 2000


In article <39B52D53.1E74EEF at alcyone.com>,
Erik Max Francis  <max at alcyone.com> wrote:
>
>Python is actually quite strongly typed, it just doesn't require
>declarations of the types of variables to be used, and they can be
>changed.

I just posted this recently, but it bears repeating, I think: Python
variables don't have type, only the object the variables refer to have
type.  A strong typing system for variables would mean that each
variable can be restricted to referencing specific types of objects, but
the variable itself will still have no type (other than "reference", of
course).
-- 
                      --- Aahz (Copyright 2000 by aahz at pobox.com)

Androgynous poly kinky vanilla queer het    <*>     http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6

Goodbye dinner for Netcom shell, Thurs 9/7, 7:30pm, Mountain View, CA
e-mail me for details



More information about the Python-list mailing list