Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!elroy.jpl.nasa.gov!swrinde!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!ETSUACAD.BITNET!S47852EF From: S47852EF@ETSUACAD.BITNET (Frank Earl) Newsgroups: comp.lang.forth Subject: Re: ANS Forth Message-ID: <9104081535.AA03228@ucbvax.Berkeley.EDU> Date: 7 Apr 91 01:12:42 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Frank Earl Organization: The Internet Lines: 17 On Fri, 5 Apr 91 09:01:11 PST Mitch Bradley said: >> Is there DEFER in BASIS 15. > >No. I proposed it at the last meeting, but the proposal was defeated 3-8. > Mitch, how does the standards team propose to handle vectored execution and forward compilation in a clean and easy manner, while also doing it in a standard manner? (Read: This *WILL* be a portion of my comments to the TC) DEFER is one of those words that is nice in that, yes you may be able to portably define it using standard words ( like ' : ; ') but is cleaner and easier to follow if it's made it's own class of word like F-PC has... (At least I think it's important... :) Frank