← Back to context

Comment by 0dayz

10 months ago

I don't get this what so ever, is there memory allocation bugs in GC languages such as Java?

Even if that is the case Rust specifically is design not to be GC.

Ontop of that you csn do manual memory management if you want in Rust afaik.

Rust with manual memory management is just more cumbersome than C

  • That's shifting the goal post. Ergonomically I don't know a single language that is both trying to make you write secure and correct code without sacrificing ergonomics.

    Closest is most likely Ada.