Ask HN: Why can't Python be compiled?
https://news.ycombinator.com/item?id=14610463The old answer was that types were not known in advance. However with Python 3.6, it's possible to give type hints. Given this, is there anything stopping Python being compiled natively?