Is groovy slower compared to
JAVA?
I like groovy and i have used it in a small in-house project where we retrieve data from the d/b and display it on the browser. This display seems slower as we are using the htmlbuiler provided by groovy. Because of this slowness, we are planning to choose JAVA instead of groovy for another project.
Can someone tell what makes groovy to be slow?
Thanks!