top | item 40686919

(no title)

jkercher | 1 year 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?

discuss

order

parentheses|1 year ago

The python already exists. These efforts enable increasing performance without having to rewrite in a very different language.

richrichie|1 year ago

I have dabbled in Cython, C and Rust via PyO3.

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