[Mono-list] Pro Mono ?

Miguel de Icaza miguel@ximian.com
Wed, 10 Mar 2004 10:03:46 -0500


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