Comment on Type Inference vs. Static/Dynamic TypingparentComments−illumen15yFull type inference has not been done in python... however partial type inference on python has been done.The article is talking about partial type inference, and most implementations of type inference I've seen do partial type inference.
Comments
Full type inference has not been done in python... however partial type inference on python has been done.
The article is talking about partial type inference, and most implementations of type inference I've seen do partial type inference.