Y
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
mzs
3701 days ago
You might be more interested in Cython.
link
tanlermin
3701 days ago
Cython is uglier and without type inference.
I wish we could just use mypy when we feel like making our code faster :/
link