• @[email protected]
    link
    fedilink
    English
    89 months ago

    I partly disagree, complex algorithms are indeed a no, but for learning a new language it is awesome.

    Currently learning Rust and although it cannot solve everything, it does guide you with suggestions and usable code fragments.

    Highly recommended.

    • @[email protected]
      link
      fedilink
      English
      19 months ago

      Is there anything it provided you so far that was better than the guidance from the Rust compiler errors themselves? Every error ends with “run this command for a tutorial on why this error happened and how to fix it” type of info. A lot of times the error will directly tell you how to fix it too.

    • @[email protected]
      link
      fedilink
      English
      19 months ago

      Currently learning Rust and although it cannot solve everything, it does guide you with suggestions and usable code fragments.

      as does the compiler and the rust book