Re: Groovy 3.0

2016-02-05 Thread Paco Zarate
For reference here is a java 8 grammar for antlr 4. https://github.com/antlr/grammars-v4/tree/master/java8/Java8.g4 One good thing that groovy has for its version 2 to version 3 transition is that all the java libraries would be available. This would be a key difference with the python 2 -> 3 migr

Re: [GitHub] groovy pull request: Link to MrHaki's blog in TupleConstructor jav...

2016-03-01 Thread Paco Zarate
Is it possible to include blog links or samples as: "External References:" ? I think that someone that wants to help with the documentation can have a very good starting point with the external references on hand, and it is very clear that is not the "Official documentation" On Mon, Feb 29, 2016

Re: About joining Truffle ecosystem

2018-04-18 Thread Paco Zarate
FYI GItter fior graal: https://gitter.im/graalvm/graal-core https://news.ycombinator.com/item?id=16859559 On Wed, Apr 18, 2018 at 2:42 PM, Jochen Theodorou wrote: > On 18.04.2018 05:17, Daniel Sun wrote: > >> Hi all, >> >>As far as I remember, Jochen had talked about Graal[1] in the de

Re: [Proposal] GString is implemented eager and treated as normal String since groovy 3.0.0

2018-09-11 Thread Paco Zarate
http://openjdk.java.net/jeps/326 says: A different delimiter was required to signify different interpretation behavior. Other languages chose a variety of delimiters: *Delimiters* *Language/Tool* """...""" Groovy, Kotlin, Python, Scala, Swift `...` Go, JavaScript @"..." C# R"..." Groovy