Genuinely serious since this is so much of a meme.

  • arthur@lemmy.zip
    link
    fedilink
    arrow-up
    1
    ·
    1 year 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)