Strong typing implementation for Python

John Michael Lafayette johnmichaelreedfas at gmail.com
Fri Oct 9 12:03:33 EDT 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20151009/454d9a4f/attachment.html>


More information about the Python-list mailing list