![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: "no variable or argument declarations are necessary."
From: Roy Smith <roy@panix.com>
Date: Fri Oct 07 2005 - 12:01:00 CEST
"Ben Sizer" <kylotan@gmail.com> wrote:
There's more to it than just that. Python's type checking is not just not
It's not hard to imagine a Python-like language which included (perhaps
int i = 5
and the second statement would throw TypeError. This would give you
Perhaps a better way to describe it is that the checking isn't an is-a
def first3(y):
all I really need from the argument is that I can call len() on it and it
|