you are viewing a single comment's thread
view the rest of the comments
[–] 28 points 2 years ago (2 children)

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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 12 points 2 years 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.

  • source
  • parent