Hacker News new | ask | show | jobs
by amedvednikov 478 days ago
> It's usually all your Pythons, Gos, and anything else with a GC is doing anyway.

GC langs don't do clones (copying), that's the point of the GC.

1 comments

I agree. I think he meant Rc/Arc.