Static Typing in Python

Miki Tebeka miki.tebeka at zoran.com
Sun Mar 14 06:35:19 EST 2004


Hello John,

>>Who says Python is not strongly typed? Python *is*
>>strongly typed. The problem I am facing is that Python
>>is also dynamically typed, and I want static typing.
> 
> 
> So do a lot of other people. If you want static
> typing, go use a language that has it, like Java,
> C++ or C#.
You can give ML (http://www.ocaml.org/) a try. All the type checking you 
can think of...

Miki



More information about the Python-list mailing list