DEV Community

Discussion on: Kotlin - The Good, the Bad and the Ugly

Collapse
 
mgroovy profile image
mgroovy

Hi Martin, could you elaborate on the "the language itself is far larger than the safe subset" and "remove all the meta-programming from Groovy" ? I don't quite get what you mean: Do you write your own AST transformations in Groovy in your project, or do you mean the built in AST transformations that come with the language (e.g. @Immutable) ?