Elektrine lite

← Feed

@JackbyDev@programming.dev

Post #3657433

2026-07-07 20:43 UTC

Is rust low level? Genuine question, not trying to start an argument. I guess I sort of view it as low level but with a high level compiler lmao.

Replies (2)

  • @pewpew@feddit.it 2026-07-07 21:13

    Rust is very popular because is as low level as C but has memory safety features builtin, so it is considered the best of both worlds. So basically what you said is correct. (Disclaimer: I am not a Rust programmer, I prefer C/C++)

    Open ##3658023

  • @CeeBee_Eh@lemmy.world 2026-07-08 12:10

    Is rust low level? Yes, more or less. It’s generally considered a “systems” programming language. But you can really use it for anything you want

    Open ##3671603