Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!MITCH.ENG.SUN.COM!wmb From: wmb@MITCH.ENG.SUN.COM Newsgroups: comp.lang.forth Subject: Re: Factoring of CREATE Message-ID: <9008241606.AA00229@ucbvax.Berkeley.EDU> Date: 24 Aug 90 08:54:56 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: wmb%MITCH.ENG.SUN.COM@SCFVM.GSFC.NASA.GOV Organization: The Internet Lines: 17 > > " FOOBAR" ' CREATE QUOTE-TO > > Boy, that sounds really familiar. Was it written up anywhere (FD, etc?)? Robert Berkey discussed it at length on this newsgroup, in reference to a discussion about whether or not LMI Forth allows the setting of the variables >IN and BLK to affect the input stream. I believ that an implementation is on GEnie somewhere. > [The obvious question: Can QUOTE-TO be done in BASIS/dpANS-Forth?] Yes, because the input stream mechanism is precisely defined. The implementation isn't particularly pretty, because the dpANS input stream mechanism mostly looks like the traditional (i.e. too many visible nuts and bolts) Forth input stream. Mitch