Static Typing in Python

Premshree Pillai premshree_python at yahoo.co.in
Sat Mar 13 01:49:25 EST 2004


 --- Jacek Generowicz <jacek.generowicz at cern.ch>
wrote: > Peter Maas <fpetermaas at netscape.net> writes:
> 
> > Premshree Pillai schrieb:
> > > How do I force static typing in Python?
> > 
> > You have to enforce it by code instead of
> declaration, i.e. you
> > have to do runtime type checking.
> 
> Just what do you understand "static typing" to mean
> ?
> -- 
> http://mail.python.org/mailman/listinfo/python-list 

Hmm...that made me think :-)
Anyway, what I want is to force variable declaration.
In perl we have the "use strict vars" pargma...I need
something like that...

=====
-Premshree
[http://www.qiksearch.com/]

________________________________________________________________________
Yahoo! India Insurance Special: Be informed on the best policies, services, tools and more. 
Go to: http://in.insurance.yahoo.com/licspecial/index.html




More information about the Python-list mailing list