After watching this video, I’m tempted to give it a try myself. The idea of swapping out traditional CLI tools for Rust-based alternatives is intriguing, and I’m curious to know if anyone has undertaken such an endeavor.

I’m also on the lookout for dotfiles that primarily feature configurations for Rust tools. I find it both educational and entertaining to explore other people’s configurations. I stumbled upon this repository, but I’m interested in discovering more if possible.

  • db2@sopuli.xyz
    link
    fedilink
    arrow-up
    23
    arrow-down
    13
    ·
    9 months ago

    Sounds dumb. Like when Java was supposed to be able to do everything, but this is faster. Doesn’t make it not dumb.

    • 520@kbin.social
      link
      fedilink
      arrow-up
      43
      arrow-down
      3
      ·
      9 months ago

      I wouldn’t necessarily call it dumb.

      Rust is much more of a drop in replacement for C/C++ than Java ever was, and it carries some serious benefits over C/C++ like proper memory management and a modern library and packaging system.

      Rebasing to Rust might genuinely be a good idea for some of these tools.

    • broface@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      9 months ago

      What’s funny is Java solved an issue that is pretty much non-existent in today’s environment: compatibility.

      It’s much less like the Wild West these days. People have a clearer picture of what to support, how to support it, and generic tools to abstract platform-specific code.

      I like Java. I think they did good things and had a pragmatic approach to the problems they were trying to solve.

      But time goes on, and this young discipline progresses fast. It’ll be interesting to see decades from now what languages survive and which ones don’t.

      I predict as time goes on, we’ll get fewer big languages (popular, widespread, useful, etc.) and they will stick around for much longer.

      Kind of like human language, if you think about it.