Hacker News new | ask | show | jobs
by cookiecaper 3318 days ago
Both Golang and Swift were designed as performant, type-aware Pythons. It should be able to fill the role fine.

Python also has optional type support since 3.5: https://docs.python.org/3/library/typing.html

1 comments

> Both Golang and Swift were designed as performant, type-aware Pythons.

What do you base that assertion on? :)