Re: [stack] function/object ambiguity + quotation alternative
William Tanksley <[email protected]>
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <1235670294.30247.1791.camel@tanksley> |
Stevan Apter wrote: > From: "John Nowak" <[email protected]> > > What XY does seems even worse though! Here's why: > > 1. [dup] i == [dup] first i (given, as per your example) > > 2. [dup] == [dup] first (removing shared 'i' suffix) >> 3. id == first (removing share '[dup]' prefix) > no. dup = [dup] first. You're right, but he's also right -- you should always be able to remove identical suffixes from both sides of the equation, and in this case you can't do that. -Wm