"no variable or argument declarations are necessary."

Fredrik Lundh fredrik at pythonware.com
Fri Oct 7 07:01:14 EDT 2005


"Christophe" wrote:

> 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.

use assert as the soonest possible point.  implementing "type gates" is
trivial, if you think you need them.

</F> 






More information about the Python-list mailing list