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

<- View Parent
IAm_A_Complete_Idiot@sh.itjust.works ⁨7⁩ ⁨months⁩ ago

There’s built in functions to leak memory that are perfectly safe. You can also do one really trivially by making a reference count cycle. doc.rust-lang.org/…/ch15-06-reference-cycles.html

Rust only prevents memory unsafety - and memory leaks are perfectly safe. It’s use after frees, double frees, etc. It prevents.

source
Sort:hotnewtop