Hacker News new | ask | show | jobs
by logicchains 4365 days ago
Reference counting? I didn't know reference counting was used with slices, I thought they just used the GC.
1 comments

Yes, but since C is not a GC-language, I thought I'd add that to reach more equivalence :).