Tuesday, 6 August 2013

Scala or Groovy?

Scala or Groovy?

I'm stuck trying to find out which one of Scala or Groovy is better
Scala pros:
Static types
Compile-time error checking
Class/Object system
Better Eclipse support
Is much more powerful
Groovy pros:
Works better with Java libraries
Is "prettier"
Closures are better (IMO)
Elvis operator
Ternary operator
Safe traversal operator
Now, Groovy being dynamic is the biggest Groovy con.
Which one should I pick / Which one is better?

No comments:

Post a Comment