Hacker News new | ask | show | jobs
by crypto5 3318 days ago
> I really want a statically typed Python.

Can golang fill this role?

1 comments

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

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

What do you base that assertion on? :)