logoalt Hacker News

assimpleaspossitoday at 11:33 AM4 repliesview on HN

I find it somehow interesting that a tool for Python is written in Rust.


Replies

lijoktoday at 6:10 PM

What languages are python interpreters written in?

fn-motetoday at 12:28 PM

Interesting but not surprising in an application where speed matters.

IshKebabtoday at 12:06 PM

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.

Hamukotoday at 1:32 PM

Wait until you hear what CPython is written in.