posted 18 years ago
I am confused about the performance and deployment issues of using Groovy.
My understanding is that Groovy is always compiled to bytecode.
In addition, it can be pre-compiled into a class/jar file.
Do any language features require dynamic compilation?
In other words, is it possible to always pre-compile an application.
Is only the JRE required? Or is the JDK needed for some features?
Rob.