Zed is a modern open-source code editor, built from the ground up in Rust with a GPU-accelerated renderer.

    • PushButton@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      2 years ago

      Quoting the guy:

      “that rewriting those in Rust will take an eternity, so not sure what is actionable here, hence closing.”

      That’s Rust shining from all its glories here gentlemen…

      The best language, if there is nothing changing.

      That’s a thing to make a web server or a library that displays Fibonacci, that’s something else when there are humans with changing scopes…

      • fxdave@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        2 years ago

        I use rust only if we need performance, for small services. The industry does the same. People use node for backend but e.g. redis is in rust. It’s a good tool if you use it for the right stuff.

        EDIT: redis is not in rust, but e.g. aws writes many services in rust