Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!SUN.COM!wmb From: wmb@SUN.COM (Mitch Bradley) Newsgroups: comp.lang.forth Subject: Re: create ... Message-ID: <8909122010.AA11221@jade.berkeley.edu> Date: 12 Sep 89 16:54:06 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Forth Interest Group International List Organization: The Internet Lines: 14 The ROMability problem with CREATE and ALLOT or , is addressed by a proposal that Andy Kobziar submitted to the ANSI Forth standard committee. The idea is change the specification of ALLOT so that instead of allocating memory in "dictionary space", it instead allocates from "data space", wherever that is. In conventional RAM-base systems, data space and dictionary space would be the same thing. The words , C, CREATE and HERE would be similarly affected, and DOES> would leave the appropriate address on the stack at run-time. The proposal hasn't been acted upon yet. Mitch