From: | Joachim Durchholz <joachim.durchholz@web.de> |
Newsgroups: | comp.compilers |
Date: | 8 Oct 2003 22:25:16 -0400 |
Organization: | Oberberg Online Infosysteme |
References: | 03-10-004 03-10-023 |
Keywords: | design |
Posted-Date: | 08 Oct 2003 22:25:16 EDT |
Derk Gwen wrote:
> (An important gotcha is do you permit nonlocal stack variables to be
> referenced within the function? If so, you'll need some way to
> reconstruct the environment when called; if the function value
> cannot be exported outside the original scope, you can use displays
> or stack links that were developed for Algol 60 and Pascal. If the
> function can be exported outside the original scope, you'll need
> some form of continuations.)
Note that allowing such references is a huge leap ahead in the
usefulness of anonymous functions.
Regards,
Jo
Return to the
comp.compilers page.
Search the
comp.compilers archives again.