2 hours ago, exoteric wrote
Also, in C# you can extend value types like int or System.Drawing.Color using extension methods.
I'd like C# more if you could import namespaces, but not extension methods. So you'd have to do "using System.Linq.Enumerable;"
as opposed to just "using System.Linq;" and getting intellisense-pollution.