Hacker News new | ask | show | jobs
by zem 11 days ago
people don't usually think of C as a host platform, but the python community has a similarly symbiotic relationship with C extensions.
2 comments

Since Java 25/Project Panama, I have that kind of relationship with C from Clojure as well.

Codex can one shot the bindings flawlessly, and the interface is significantly faster for downcalls vs. JNI.

Hence why it is such a sad story with JIT compilers in Python.