Re: "no variable or argument declarations are necessary."
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.python archive

Re: "no variable or argument declarations are necessary."

From: Christophe <chris.cavalaria@free.fr>
Date: Fri Oct 07 2005 - 12:46:01 CEST

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.
Received on Sat Oct 15 04:15:14 2005