Hacker News new | past | comments | ask | show | jobs | submit login

I don't think it's ironic. C# directly addresses many of my concerns with Java.

C# does away with a lot of the boilerplate code necessary in Java (i.e. type inferencing, concise lambdas with true closure instead of anonymous single method classes, yield return for lazy enumerables). By baking this syntax sugar into the language, it removes the need for all of the enterprisey patterns needed in Java to accomplish the same things.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: