Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cornell!uw-beaver!sumax!thebes!mtk!marmar From: marmar@mtk.UUCP (Mark Martino) Newsgroups: comp.lang.forth Subject: Multiple Stacks Summary: Are many stacks useful? Message-ID: <442@mtk.UUCP> Date: 23 May 89 15:24:39 GMT Reply-To: marmar@mtk.UUCP (Mark Martino) Distribution: usa Organization: Mannesmann Tally, Kent, WA 98032 Lines: 7 When is it useful to implement additional stacks? What characteristics of a programming problem suggest that multiple stacks would be a good solution? More specifically, when applying Forth to graphics, would it be useful to use imitate the stacks that PostScript uses? Would it be useful to create even more stacks for specific classes of operations?