The "macros in IntelliJ project" section should read:
1. In a Groovy 2.5 project, create a new module for the macro code
(e.g. groovy_macro) and one for the macro usage (e.g. groovy_macro_use).
2. In groovy_macro\src (folder marked as Sources Root)
1. Add \main\groovy\groovyx\macro\NameAnd
Fantastic. Congrats!
On Tue, Jun 26, 2018 at 12:45 PM Paul King wrote:
>
> Dear community,
>
> The Apache Groovy team is pleased to announce version 3.0.0-alpha-3 of
> Apache Groovy.
> Apache Groovy is a multi-faceted programming language for the JVM.
> Further details can be found at the http://g
Looks nice.
I'll have to think about conventions on where such contributions should
live and naming conventions too.
We already have "macro" which is lowercase. Sometimes I suspect we want to
make it obvious that we are dealing with a macro, other times we want to
almost hide that fact. I am not