RE: Macro methods proposal

2016-09-23 Thread Winnebeck, Jason
pport it, at least I see no other options for now. See https://github.com/bsideup/groovy-macro-methods-proposal/issues/1 about the syntax as well Macro methods inherit all the rules of Groovy AST transformations - they work only for Groovy code. BR, Sergei On Fri, Sep 23, 2016 at 4:02 PM Winn

RE: Macro methods proposal

2016-09-23 Thread Winnebeck, Jason
This is a really cool idea, especially I like the idea of the compile-time checked ORM example. I wonder whether or not the use in simple cases is productive given JIT inlining and branch prediction when branching on a constant, and decided to phrase that question in an issue https://github.com