Re: [stack] A question on joy syntax.
rahul <[email protected]>
| Newsgroups | gmane.comp.lang.concatenative |
|---|---|
| Message-ID | <[email protected]> |
> In fact, for Joy the stack is just another linked list in the heap, > so saving and restoring it is just a matter of storing the stack pointer > in a local variable. So both operations are approximately O(1). Thanks, I should have looked at the source first :).