Comment on Which language you wish would really grow and reach mainstream adoption?

<- View Parent
zygo_histo_morpheus@programming.dev ⁨7⁩ ⁨months⁩ ago

You are absolutely correct that rusts safety features don’t extend to memory leaks, but it’s still better than most garbage collected languages unless you abuse Rc or something, and it does give you quite fine-grained controll over lifetimes, copying and allocations on the heap which in practice means that rust is fairly good about memory leakages compared to most languages.

source
Sort:hotnewtop