[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: a brief introduction to "closures" for "uneducated" C hackers



>For the record, you don't need the closure implementation technique to
>include this form of procedure in your language. You can do it on a 
>plain stack -- Matthias

Actually, it's not a plain stack -- it's a stack with "static chains".
If you squint hard, you have closures with the stack as the environment.

But we're getting way off-topic here.

-- Paul

 ----------------------------------------------------------------
| Paul Steckler, Ph.D.       |    Rice University PLT            | 
| steck@cs.rice.edu          |    DrScheme Project               |
| Tel:  713/348-3814         |    http://www.cs.rice.edu/~steck/ |
| FAX:  713/348-5930         |    *** Ad astra per hackera ***   |
 ----------------------------------------------------------------