Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!ENG.SUN.COM!wmb From: wmb@ENG.SUN.COM Newsgroups: comp.lang.forth Subject: Re: BASIS Feedback Message-ID: <9002161503.AA19436@jade.berkeley.edu> Date: 15 Feb 90 19:33:51 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: wmb@ENG.SUN.COM Organization: The Internet Lines: 15 > One of the things I noticed in the Basis 10 Summary was a word I'd never > heard of: >COLROW - what an ugly word! I don't see why such a word is > necessary in a standard system. It's not necessary in every standard system. That's why it is in an extension wordset. > Even if it must be included for some reason or another, I wish it had > a more readable name (POSITION maybe?). We spent several hours trying to think of good alternatives. Many alternative names unfortunately conflicted with existing words in some systems. One advantage of the chosen name is that it tells you the stack order of the operands, which is a common problem with this operation.