This may be a stupid question but I cannot figure out the need for Garbage Collection in a Stack based language. In a language like Forth or RPL (on HP Calculators) is there a need for Garbage Collection?
I would think since output is popped off the stack that there would be no need. Am I missing anything?