Hacker News new | ask | show | jobs
by bastawhiz 1286 days ago
Cython takes python-ish code and compiles it to C for use as CPython C extensions. This compiles directly to machine code without the need for CPython, as far as I can tell.