Hacker News new | ask | show | jobs
by parentheses 730 days ago
The python already exists. These efforts enable increasing performance without having to rewrite in a very different language.
1 comments

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

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