Comment C# and Java (Score 1) 254
It's pretty much the same as Java... Except easier to combine with C/C++ code.
One thing that bothers me with both Java and C#... How come arrays are still the only fundamental compound type? Lists, please! Tuples! Especially when you have GC, these are really handy.
I hate that in modern languages like this, I can't return several values from a function in a clear and sensible way, like in Python or ML.