Scala vs. Groovy: static typing is key to performance Thursday September 6, 2007 by Derek Young I was curious about the performance of two of the JVM based languages, Scala and Groovy, relative to Java itself. I suspected that by having more type information available at compile time Scala’s bytecode would look more like the output of javac and therefore have performance closer to that of straigh