groovy++ Questions
3
Solved
I'd like to be more explicit about my closures regarding their argument types. So I would write something like
List<Y> myCollect(List<X> list, Closure<X,Y> clos) { ... }
I know...
Crosley asked 15/4, 2011 at 19:46
1
Solved
I just read some few articles about Groovy++ and seems to be a huge improvement of Groovy itself.
Does anyone know how to make use of Groovy++ in Grails and with IntelliJ? I can see the late...
1
Solved
I just stumbled upon groovy++ and found it quite interesting.
Unfortunately it seems that it's not further developed?
According to github the last commit was over a year ago.
The mailing l...
Toulouse asked 22/10, 2012 at 11:11
2
Solved
I see that the recent release of Groovy 2.0 includes optional static compilation along with several other added benefits, like optional static type checking. After doing a bit of a search, I haven'...
1
Solved
I've just watched a video of the Groovy inventor, James Strachan, in which he goes on quite passionately about loving Scala. That caused me to want to find out more about Groovy which lead me...
Oath asked 4/7, 2012 at 18:4
6
Solved
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 i...
2
Solved
If I understand correctly Groovy is dynamically typed but since it's almost a superset of Java, static type information may optionally be provided. This could be useful if writing something where o...
Finalist asked 5/9, 2011 at 0:39
3
Solved
i recently came to know that groovy++ have been released, what is the major difference is in Groovy and Groovy++?
2
Solved
has anybody tried to implement a Grails solution having Groovy++ under the hood ?
1
© 2022 - 2024 — McMap. All rights reserved.