Y
Hacker News
new
|
ask
|
show
|
jobs
by
sakesun
708 days ago
Another language that we can build type with its own language is Python. The problem is that there is no checker for that kind of type, however :)
2 comments
williamstein
708 days ago
https://mypy-lang.org/
?
link
sakesun
708 days ago
Never use Mypy, but I think it probably check only the static-like (with generic) types like any other static languages.
link
actionfromafar
708 days ago
Using shedskin Python to C++ compiler is a kind of roundabout way of doing that. :)
https://shedskin.github.io/
link