top | item 25923891

(no title)

human_error | 5 years ago

Not sure if you know what you're talking about. Python has always been a strongly typed language.

discuss

order

b5n|5 years ago

Surprised to see you downvoted on HN for being right. In a thread specifically regarding python typing you would think getting the basics right is kind of important.

I don't see the hype here, just use a statically typed language if it's an important consideration for the project.

booleandilemma|5 years ago

You’re probably one of those people that says “you mean the world wide web?” when someone says the internet.

lmm|5 years ago

No it hasn't. Python has things that it calls types, but they're not types: you can't determine the "type" of an expression from the "type" of its components.