Re: [stack] disallowing recursive definitions
"William Tanksley, Jr" <[email protected]>
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
Manfred Von Thun <[email protected]> wrote: > But as remember, continuation passing means giving > a procedure an additional parameter which represents the > rest of the program, and which will normally be executed > before the procedure returns. Landin¹s papers from the 60¹s > (and at least one much later) are good on this. Look for > ³History of continuations² or similar. Joy doesn't have any functionality which is like this. Forth does, with its direct access to its return stack. > - Manfred -Wm