Assume mainstream adoption as used by around 7% of all github projects
Personally, I’d like to see Nim get that growth.
You must log in or register to comment.
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.
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.