Y
Hacker News
new
|
ask
|
show
|
jobs
by
pletnes
1939 days ago
Cython is great, but it (used to?) introduce its own language with its own type syntax.
1 comments
hangonhn
1939 days ago
But that's because Python didn't have type annotations. Now that it has them, cython can just use those instead of its own and developers will get the benefit of being able to compile to C using pure Python.
link