Genuinely serious since this is so much of a meme.

  • @arthur
    link
    110 months 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)