After seeing this link, I want to try Groovy++, but I have a worry;
Is all of Groovy's syntax valid in Groovy++?
For example I can do this in Groovy:
def list = [1,2]
Is the above code valid in Groovy++?
The aim (I believe) is to get it to to support as much Groovy code as is possible.
I believe there are currently a few areas that are not working including:
But you can always work around these issues, or don't mark the class that needs them as @Typed