logoalt Hacker News

pabs3today at 4:50 AM2 repliesview on HN

I'm wondering why folks aren't moving wholesale from Python to Rust, seems like it would be better for everyone.


Replies

masklinntoday at 9:12 AM

Because rust is a lot harder to experiment with and really does not work for interactive or notebook stuff. Python also has a massive ecosystem of existing libraries.

And thus rust is used to either make tools, or build libraries (de novo or out of rust libraries), which plays to both strengths.

whytevuhunitoday at 6:12 AM

It would be a wholesale move from one of the easiest programming languages to start on, to one of the hardest languages to start on.

Most programmers I've met were beginners, and they need something easier to work with until they can juggle harder concepts easily.