Linux people doing Linux things, it seems.

  • trevor
    link
    fedilink
    English
    12
    edit-2
    15 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.

    • @[email protected]
      link
      fedilink
      English
      415 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.