C#

A Cross-Language Generics Trick - Java, Scala and C#

Given a Pair<T, U> type in Java, Scala or C#, such as Map.Entry, Tuple2 or KeyValuePair respectively, you can construct type-checked variadic...

0 replies - 3280 views - 06/25/08 by Ricky Clarkson in Articles

Groovy (and Ruby) Only Solves Half the Problem

It is with some dismay I've been reading the latest Groovy discussions on Javalobby. I've spent quite some time learning Scala, so it bothered me a bit that I...

10 replies - 9871 views - 02/20/08 by Mats Henricson in News

Is LINQ leaving Java in the dust?

Interesting story today asking whether LINQ has given .NET an edge over Java. LINQ is best-known as a way to embed SQL-like statements directly in code. ...

3 replies - 9802 views - 01/30/08 by Alex Miller in News