Re: Groovy 3 lambda, method reference, default methods

2018-03-22 Thread mg
That answers the 2.6 question, thank you Daniil :-)mg Ursprüngliche Nachricht Von: Daniil Ovchinnikov Datum: 22.03.18 13:59 (GMT+01:00) An: users@groovy.apache.org Betreff: Re: Groovy 3 lambda, method reference, default methods It will be deduced it from library with a

Re: Groovy 3 lambda, method reference, default methods

2018-03-22 Thread Paul King
able (as for Java), or will it > be deduced from Groovy libs used, ... ? > > Ursprüngliche Nachricht > Von: Daniil Ovchinnikov > Datum: 22.03.18 12:41 (GMT+01:00) > An: users@groovy.apache.org > Betreff: Re: Groovy 3 lambda, method reference, default methods > > IntelliJ

Re: Groovy 3 lambda, method reference, default methods

2018-03-22 Thread Daniil Ovchinnikov
An: users@groovy.apache.org > Betreff: Re: Groovy 3 lambda, method reference, default methods > > IntelliJ will support Groovy 3 but with own parser. > > - using the parser provided by Groovy library restricts support to that > library version; > - compiler parsers are usu

Re: Groovy 3 lambda, method reference, default methods

2018-03-22 Thread mg
Will Groovy 3.0 feature support be configurable (as for Java), or will it be deduced from Groovy libs used, ... ? Ursprüngliche Nachricht Von: Daniil Ovchinnikov Datum: 22.03.18 12:41 (GMT+01:00) An: users@groovy.apache.org Betreff: Re: Groovy 3 lambda, method reference

Re: Groovy 3 lambda, method reference, default methods

2018-03-22 Thread Daniil Ovchinnikov
make little sense to me. > But we have the expert on this mailing list, who should be able to tell us... > :-) > mg > > Ursprüngliche Nachricht > Von: "Daniel.Sun" > Datum: 21.03.18 17:10 (GMT+01:00) > An: us...@groovy.incubator.apache.org &g

RE: Groovy 3 lambda, method reference, default methods

2018-03-21 Thread mg
t; Datum: 21.03.18 17:10 (GMT+01:00) An: us...@groovy.incubator.apache.org Betreff: RE: Groovy 3 lambda, method reference, default methods You can write Java8 style code(e.g. lambda, method/constructor reference, etc.) when Parrot parser is enabled :-) See https://github.com/danielsun1106/groovy-par

RE: Groovy 3 lambda, method reference, default methods

2018-03-21 Thread mg
t; Datum: 21.03.18 17:10 (GMT+01:00) An: us...@groovy.incubator.apache.org Betreff: RE: Groovy 3 lambda, method reference, default methods You can write Java8 style code(e.g. lambda, method/constructor reference, etc.) when Parrot parser is enabled :-) See https://github.com/danielsun1106/groovy-par

RE: Groovy 3 lambda, method reference, default methods

2018-03-21 Thread Winnebeck, Jason
code analysis tools. Jason -Original Message- From: Daniel.Sun [mailto:sun...@apache.org] Sent: Wednesday, March 21, 2018 12:11 PM To: us...@groovy.incubator.apache.org Subject: RE: Groovy 3 lambda, method reference, default methods You can write Java8 style code(e.g. lambda, method/constr

RE: Groovy 3 lambda, method reference, default methods

2018-03-21 Thread Daniel.Sun
You can write Java8 style code(e.g. lambda, method/constructor reference, etc.) when Parrot parser is enabled :-) See https://github.com/danielsun1106/groovy-parser > Is there then a major difference in language between 2.6+Parrot and 3.0? 3.0 enables Parrot parser by default, so no differences.

RE: Groovy 3 lambda, method reference, default methods

2018-03-21 Thread Winnebeck, Jason
3 lambda, method reference, default methods Up to now native lambda is available under compile static mode in 3.0.0-alpha-2(will be released soon) and 2.6.0-alpha-3(Parrot parser is required enabled and using Java8+). Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy

Re: Groovy 3 lambda, method reference, default methods

2018-03-21 Thread Daniel.Sun
Up to now native lambda is available under compile static mode in 3.0.0-alpha-2(will be released soon) and 2.6.0-alpha-3(Parrot parser is required enabled and using Java8+). Cheers, Daniel.Sun -- Sent from: http://groovy.329449.n5.nabble.com/Groovy-Users-f329450.html