Hacker News new | ask | show | jobs
by assimpleaspossi 2 days ago
I find it somehow interesting that a tool for Python is written in Rust.
4 comments

Interesting but not surprising in an application where speed matters.
It's the same for JavaScript. Rust is the better language (especially for large projects like these), but sometimes you don't have a choice but to use Python or JS/TS.
What languages are python interpreters written in?
Wait until you hear what CPython is written in.