Hacker News new | ask | show | jobs
by tanlermin 3701 days ago
Can the type information be consumed by a compiler like nuitka to produce fast binaries?
1 comments

You might be more interested in Cython.
Cython is uglier and without type inference.

I wish we could just use mypy when we feel like making our code faster :/