"no variable or argument declarations are necessary."
Christophe
chris.cavalaria at free.fr
Fri Oct 7 06:46:01 EDT 2005
Roy Smith a écrit :
> There's more to it than just that. Python's type checking is not just not
> done at compile time, it's done as late in run time as possible. One might
> call it just-in-time type checking.
It's more of a "Nearly too late" type checking I would say. Not that I
complain but it would be great if there were also some automatic type
checking to catch a few errors as soon as possible.
More information about the Python-list
mailing list