• ZILtoid1991@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    1 month ago

    Rust has its pros, but also its downs too. Since Rust is also functional, you have to mainly think with that paradigm in mind, which makes it not ideal for many situations, most notably game development.

    • Bolt@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 month ago

      Rust takes a lot of inspiration from functional languages, but I wouldn’t call it a functional language itself. But yeah, not suited to every application.

    • lad@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 month ago

      Better start with this book, Rust will feel natural after that: Learn you a Haskell for the great good by Miran Lipovača

      But you are right, it is better suited for one things and worse for other. It’s not strictly functional, though, and most likely when it will have been maturing for as long as C++ or at least C# it will also have tools and features that make it better suited even for game development