• bricklove
    link
    fedilink
    English
    arrow-up
    29
    ·
    5 days ago

    The compiler grows on you after a bit and generally if you’re fighting it, it’s trying to prevent you from shooting yourself in the foot. I’ve heard it depends on what languages you’re coming from. Most of my experience is with higher level languages like JavaScript so the issues I ran into while learning rust were opportunities to get a deeper understanding of computers in general.

    I could see that being frustrating if you’re coming from C/C++ and just want the dang thing to do what you already know how to do.

    • yoevli@lemmy.world
      link
      fedilink
      English
      arrow-up
      12
      ·
      5 days ago

      The way I look at it is that most of my time spent fighting with the compiler is usually made up for in time saved debugging. I’m in the process of RIIRing a hobby project and so far most of the ported code just works, and I only end up needing to fix a few dumb logic mistakes before it’s fully up and running.

    • MoonMelon@lemmy.ml
      link
      fedilink
      English
      arrow-up
      12
      ·
      5 days ago

      Coming from Python I feel like it’s my partner and best friend. In fact the whole damn tool chain is amazing.