Hacker News new | ask | show | jobs
by recursive 1427 days ago
> What counts as a garbage language?

I assume it's one with GC.

1 comments

Wouldn't it be one without gc? Gc collects the garbage and disposes of it, whereas in other languages it just piles up :D