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: [EMAIL PROTECTED] [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: [EMAIL PROTECTED]; 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 - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
