Answer the question
In order to leave comments, you need to log in
What is an alternative to Python with static typing?
Good afternoon.
Tell me, are there any languages similar in ideology to Python, but with static typing? Python, in principle, suits everyone, but dynamic typing upsets. I don't know of any similar alternatives.
Answer the question
In order to leave comments, you need to log in
Isn't Cython suitable? It can also create binaries. There is also such a thing https://github.com/JukkaL/mypy In the third python there are annotations legacy.python.org/dev/peps/pep-3107 they appeared as a result of Guido's great desire (if I'm not mistaken) to make the 3rd python statically typed language www.artima.com/weblogs/viewpost.jsp?thread=85551 www.artima.com/weblogs/viewpost.jsp?thread=86641 but the community was against it. And why do we need static typing anyway? To make life difficult for yourself? Python is a strongly dynamically typed language, and that's enough.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question