Don't forget enums for Java. I know Java 1.5 has generics and enums, but that is not for J2EE yet.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miguel de Icaza Sent: Wednesday, March 10, 2004 10:04 AM To: [EMAIL PROTECTED] Cc: Met @ Uber; Mono-List Subject: Re: [Mono-list] Pro Mono ? Hello, > Over C/C++: > - Security. > - Class libraries. > - Reflection. > - Object orientation. > > Over Java: > - Multiple languages. > - Better gui performance and appearance > - Code Access Security. I would add to the list of over `Java' features: support for structs as well as classes. And somewhere else: Generic types are part of the instruction set in 2.0, which improves performance of generic types as it allows types to be JITed specifically for the arguments. Miguel _______________________________________________ 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
