Comment on Which language you wish would really grow and reach mainstream adoption?
Akisamb@programming.dev 1 year agoReference counting is a GC though ?
It’s a bad one sure and will leak memory in cases of a cycle which most tracing GC are able to do.
It’s main advantage is that there are no GC pauses.
zygo_histo_morpheus@programming.dev 1 year ago
I think you know what I mean when I contrast Rust with GC’d languages, we can call it opt-in garbage collection if we’re being pedantic.