Re: [stack] recursion is too hard
William Tanksley <[email protected]>
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <1236636379.6158.329.camel@tanksley> |
John Nowak wrote: > map(F) = ifte(null?, id, uncons spread(F, map(F)) cons) > Can you spot the problem? Is there a *general* method for avoiding it? I hope you get a clueful reply. I'll speak for all whose answer is "no" to say, "no, I don't spot the problem." > - John -Wm