Just curious is anyone here uses Scala? I've been playing around with it for the past couple months, and though I have a few quibbles, so far I really like it. I haven't attempted any serious projects in it yet, but I'm just about at that point. In any case, Scala seems to do a reasonable job of bridging the object oriented and functional programming worlds; and the fact that it allows immediate access to all java libraries (it runs on the JVM and compiles to Java byte code) is a big plus for programmers who have time invested in Java.
http://www.scala-lang.org/