← Back to context Comment by assimpleaspossi 2 days ago I find it somehow interesting that a tool for Python is written in Rust. 4 comments assimpleaspossi Reply fn-mote 1 day ago Interesting but not surprising in an application where speed matters. lijok 1 day ago What languages are python interpreters written in? IshKebab 2 days ago 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. Hamuko 1 day ago Wait until you hear what CPython is written in.
IshKebab 2 days ago 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.
Interesting but not surprising in an application where speed matters.
What languages are python interpreters written in?
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.
Wait until you hear what CPython is written in.