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

Re: Closures



Objects and closures are a very related concept. In the language Scheme, 
that has no object system by default, one can be implemented upon closures.

I can give you a bit more examples when I am not in hurry...

    Gabor

----------
>From: Doug Hockin <dhockin@staffware-spokane.com>
>To: info-dylan@ai.mit.edu
>Subject: Closures
>Date: Sam, 1. Dez 2001 7:45 Uhr
>

> Somehow this seems to violate Dylan's separation of
> objects and functions.  The closure created function
> seems to have associated with it an object with slot
> points.  What am I missing?
>
> -- Doug