Linux people doing Linux things, it seems.

  • TimeSquirrel@kbin.melroy.org
    link
    fedilink
    arrow-up
    11
    arrow-down
    3
    ·
    12 days ago

    I’m a C/C++ dude but I heard it being called the “Karen compiler”. It doesn’t look that scary based on samples I’ve seen, but there’s way more to it I am assuming.

    • floofloof@lemmy.ca
      link
      fedilink
      English
      arrow-up
      21
      ·
      12 days ago

      I’m no Rust expert, but in my experience the borrow checker is a pain for a bit, then you start to get a sense of what works and what doesn’t, and after a while it has taught you to write cleaner code.

    • trevor@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      12
      ·
      edit-2
      12 days ago

      “Karen compiler” is almost perfect, except unlike Karens, the compiler is delightfully helpful with the error messages it gives you (usually). It usually gives a straightforward error, an error code, and sometimes, an easy fix.

      As someone that started with Rust, but just yesterday had to fix some C++ code, working with any other compiled language makes me shudder. I have nothing but respect for devs that have to wade through stuff like that.

      • floofloof@lemmy.ca
        link
        fedilink
        English
        arrow-up
        4
        ·
        12 days ago

        To be fair, most of them aren’t as nasty as C++. But Rust certainly gives you a sense of security you don’t get with most other languages.

    • rhabarbaOP
      link
      fedilink
      arrow-up
      3
      arrow-down
      3
      ·
      12 days ago

      Ha, I’ll steal that! “Karen compiler” - quite fitting, to be honest.