twovests OP wrote
Reply to comment by Moonside in im a tech bro and i hate diversity and inclusion! grrrr! haha hey rust looks pretty good. why am i hearing about it just now in 2022? wow i love how good the documentation is. wow EVERYONE who works on rust is trans? by twovests
Python's types are Turing Complete too, but that makes sense because types are classes which interact with one another through code.
But in addition to types, Python has type hints! But the type hints have no semantic meaning, and are compiled away. Despite this, Python's type hints are turing complete too.
flabberghaster wrote
Type hints are mostly used for static analysis tools, and for that it works but it is very annoying to put them just to satisfy your presubmit checks. Especially with the IMO kind of clumsy syntax. But they work well. And they do prevent very annoying bugs.
Viewing a single comment thread. View all comments