It depends how much time you want to take to learn the language. With Groovy you don't have to know anything but Java to start with and can learn more about the language as needed or interested. Scala is nothing like Java or any other language.
The issues Groovy had with inner classes almost all been fixed since the Stack Overflow posting so as long as your using 1.7.x you should be good there. Whats better is going to come down to what your comfortable with, willing to learn, and if squeezing a couple milliseconds of performance matters or not. On Wed, Sep 1, 2010 at 11:38 AM, James Carman <[email protected]>wrote: > On Wed, Sep 1, 2010 at 11:34 AM, Peter Thomas <[email protected]> wrote: > > > > Done as an experiment a long time ago though, in a big hurry. > > Personally, I didn't like the combination of Groovy + Wicket, for > > reasons mentioned in the "Scala + Wicket" StackOverflow link below. > > Others may have different opinions though. > > > > So, you would recommend using Scala as opposed to Groovy, then? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
