Comment on Why are so many new programming languages being developed?

<- View Parent
nous@programming.dev ⁨1⁩ ⁨week⁩ ago

Rusts big advantage is that its memory safe

Most languages are memory safe. It’s only really C, C++ and zig that are not (at least for more mainstream languages). Rust is special as it is memory safe without a garbage collector. Which is big for domains where the overhead of a GC is unacceptable.

source
Sort:hotnewtop