Hacker News new | ask | show | jobs
by jkercher 730 days ago
I'm not looking for an argument, but my knee jerk reaction to seeing 4 or 5 different answers to the question of getting python to C... Why not just learn C?
1 comments

The python already exists. These efforts enable increasing performance without having to rewrite in a very different language.
I have dabbled in Cython, C and Rust via PyO3.

C is much cleaner and portable. Easy to use in Python directly.