[Mono-list] The future of C#

Tum tum@veridicus.com
Sun, 10 Nov 2002 09:25:15 +1300


Lambda abstractions (anonymous delegates) are very powerful constructs.
It's about time Microsoft added them to C# :).

BTW, there's also nothing wrong with inner classes or anonymous inner
classes either.  They can be quite expressive as well :P.

^Tum

> -----Original Message-----
> From: mono-list-admin@ximian.com [mailto:mono-list-admin@ximian.com]
On
> Behalf Of Dick Porter
> Sent: Saturday, 9 November 2002 10:55 p.m.
> To: Miguel de Icaza
> Cc: mono-list@ximian.com; Michael Meeks
> Subject: Re: [Mono-list] The future of C#
> 
> On Sat, 2002-11-09 at 03:43, Miguel de Icaza wrote:
> >    You can do:
> >
> > 	{
> > 		button.Clicked += new ButtonEventHandler (sender, e){
> > 			printf ("hello");
> > 		}
> > 	}
> 
> Yikes! That smells like java inner classes...
> 
> I wonder if they will incorporate some C++ code obfuscation techniques
> in the next revision? :)
> 
> - Dick
> 
> 
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list