Strong typing implementation for Python

Mark Lawrence breamoreboy at yahoo.co.uk
Sat Oct 10 15:41:28 EDT 2015


On 09/10/2015 17:03, John Michael Lafayette wrote:
> I would like Python to have a strong typing feature that can co-exist
> with the current dynamic typing system. Currently Python is like this:
>
> var animal = Factory.make("dog") #okay
> var dog = Factory.make("dog") #okay
>

As Ben Finney has all ready pointed out elsewhere Python is strongly typed.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list