Y
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
richrichie
730 days ago
I have dabbled in Cython, C and Rust via PyO3.
C is much cleaner and portable. Easy to use in Python directly.
link
C is much cleaner and portable. Easy to use in Python directly.