• ZILtoid1991@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      27 days ago

      Rust has its own issues.

      Before the memory safety craze, Rust was hyped as a functional programming language, meaning it not only has lambdas and monads, but also const by default, which will force you to rethink all your programming decisions. Also no classes, so you do even more rethinking.