They changed most loved to most admired, but it used essentially the same question.

At this point I lost count how many years this has been going on.

  • Parsnip8904@beehaw.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 year ago

    I know some python, a bit of Julia and matlab and remember parts of C, as the first language I picked up.

    I was really excited about Rust after reading about it but when I tried to dip my toes in by looking at The Rust Book, I was lost by how complicated it was.

    I don’t think I’m a coding whiz or extraordinarily smart. Given that do you rustaceans(?) think I could pick it up in a gentle way? Is it worth the time investment given how most of my actual work is basically simulating random processes or dynamic systems?

    Edit: I have carpel tunnel right now so I’m not able to type out replies to everyone but the comments have been super helpful and have sort of inspired me to give it a shot again. I’m going to try start with simple tasks with Rust and see if I can slowly learn it using the resources you all have linked! Thank you everyone for being so helpful :)

    • G0ldenSp00n@lemmy.jacaranda.club
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      I think the biggest thing for me was a quote by No Boilerplate that said “Rust is not hard, it’s unfamiliar”. Most of ths confusing parts of Rust aren’t actually super complicated ideas, they are just presented in ways that are unfamiliar. Once you can push through that a lot of the language clicks abd starts to make sense.