From http://www.golfscript.com/golfscript/syntax.html ,
Ruby is slow to start with so GolfScript is even slower. There is nothing innately slow about GolfScript. Except for the string evaluate method, everything could be statically compiled into C, and analysis could be done to remove most if not all stack use. I do not plan on making a more efficient interpreter, as the purpose of language is not numerical analysis, however if any feels like creating one, I would be delighted to use it.
Could someone illustrate with simple examples what are stacks, what does it mean to eliminate all stack use and how that could be done?