|
|
|
|
|
by m_fayer
3349 days ago
|
|
In addition to the functional stuff, C# has a lot of syntactic sugar that I wouldn't associate with a "boring" language. If you aggressively use all the syntactic sugar from the latest version of C# and compare that to similarly up-to-date Java code, they'll be worlds apart. The C# will look terse, and to more conservative programmers, rather weird. |
|
Btw, i kinda like java's Anonymous Classes. Do we know any reason for C# not to adopt this as well?