Michael Torrie wrote: > That's because what you are calling a python "variable" isn't a variable > in the same sense as a statically-typed, compiled language.
A statically-typed language does not have to be a compiled language and vice versa. I know you know this Michael, but I just wanted to toss that out for everyone else's benefit. C++ is statically typed and happens to be compiled. Haskell is statically typed but can be interpreted. --Dave -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list
