H
H
HaruAtari2014-02-25 17:29:22
Python
HaruAtari, 2014-02-25 17:29:22

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

5 answer(s)
A
Ali Aliyev, 2014-02-26
@HaruAtari

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.

V
Valentine, 2014-02-25
@vvpoloskin

Goolang

T
tgz, 2014-02-26
@tgz

You might like Nimrod.

G
gro, 2014-02-26
@gro

What is considered an ideology if typing is not included in it?

P
pioneer, 2014-02-27
@pioneer

import this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question