Groovy AST Transformations: Getting practical in an hour (Ru)

Speaker: Baruch Sadogursky Topic: Groovy AST Transformations: Getting practical in an hour Abstract: ​If you​ know Groovy, you​ probably know ​it has very powerful AST transformations. You might although think that writing your own AST transformations is something complicated, and takes deep knowledge of academical compilers, abstract syntax tree and other neat stuff. Although for deep understanding of some advanced AST concepts that might be true, Groovy makes it super-easy to get started with creating your own magic with AST Transformations. Come to this talk to hear (but mostly see) how AST transformations work, and what it takes to write your own (hint: it won't be complicated).