Hacker News new | ask | show | jobs
by fabioz 2822 days ago
Cython is a pretty good Python to C compiler and in its latest release is using type annotations... the thing is, you shouldn't need to compile your whole program (compiling is really slow and interpreted Python is fast enough for most of the code).
1 comments

I was under the impression that Cython is a different language (a subset / dialect of Python). So, not a Python to C compiler.