this post was submitted on 04 Dec 2020
3 points (100.0% liked)

Rust Programming

8734 readers
1 users here now

founded 6 years ago
MODERATORS
 

Genuinely serious since this is so much of a meme.

you are viewing a single comment's thread
view the rest of the comments
[–] arthur@lemmy.zip 1 points 2 years ago

Programming languages are tools. And specific problems are better handle by its proper tools. Rust is great, but not for every-and-all problems.

As example, data exploration. For that I really prefer Python, the ergonomics are far better than Rust for this use case. (And even in this case, Rust can help with Polars)