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

<- View Parent
Akisamb@programming.dev ⁨10⁩ ⁨months⁩ ago

Reference 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.

en.m.wikipedia.org/wiki/Reference_counting

source
Sort:hotnewtop