Re: [stack] Looking for a combinator name
John Nowak <[email protected]>
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
On Dec 6, 2008, at 8:42 AM, Christopher Diggins wrote: > I am looking for a name for a combinator that is equivalent to: > > In Cat: dip apply > Or in Joy: dip i I can't say that I understand what you'd use this for and hence I'm having trouble coming up with a name. I've often used 'dup dip i' (aka 'twice'), but never just 'dip i'. Do you have a more concrete example? - John