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...
Fleda asked 16/7, 2016 at 0:36

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'...
Giana asked 5/7, 2012 at 12:32

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...
Hospodar asked 6/9, 2011 at 9:52

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++?
Wace asked 26/3, 2011 at 9:34

2

Solved

has anybody tried to implement a Grails solution having Groovy++ under the hood ?
Deming asked 3/7, 2010 at 14:14
1

© 2022 - 2024 — McMap. All rights reserved.