[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: bindings and assignments (was: Re: continuations)
- To: "Erik Meijer" <address@hidden>, "Matt Hellige" <address@hidden>, <address@hidden>
- Subject: RE: bindings and assignments (was: Re: continuations)
- From: "Jeroen Frijters" <address@hidden>
- Date: Fri, 15 Aug 2003 12:29:13 +0200
- Sender: address@hidden
- Thread-index: AcNiftSDYIGZTWAeRdespZloKHNn5QAL+HBwABorLaA=
- Thread-topic: bindings and assignments (was: Re: continuations)
Erik Meijer wrote:
> I guess that you will like C#'s anonymous methods then.
It's better than Java, but they're still not closures. You can't access
ref arguments inside an anonymous method.
Regards,
Jeroen