Unless things have changed recently, Groovy is missing:
1. support for anonymous or inner classes
2. the do...while loop
3. support for multiple variables in the standard Java
for loop.
4. character literals
Character literals should work as
string literals in most cases, since Groovy will coerce the string to a
char. It wouldn't surprise me if there are some cases where that coercion doesn't occur.
Cheers,
Peter