• @ZILtoid1991
    link
    31 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
      link
      English
      51 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
      link
      fedilink
      English
      21 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