Конференция завершена. Ждем вас на Golang Live в следующий раз!

AST Transformations For Fun & Profit Кодогенерация

Программный комитет ещё не принял решения по этому докладу
Тезисы

Let’s get intimate with Go and have fun with the Abstract Syntax Tree (AST, for short) package. Wield the power of code interpretation using the robust tools provided to us by the core package, and solve real world problems!

Abstract Syntax Tree (AST) transformation is not a pie-in-the-sky technique, and familiarizing yourself with Go’s AST will add a very powerful tool to your figurative developer tool-belt. In this session I will talk about what are AST transformations and what they can do for you. We’ll review AST in theory, the important parts of the core ast package and see how we can use it to solve real world problems.

Noam Tenne
AnchorFree

Golang-евангелист и разработчик в компании AnchorFree. До того — CTO в разнообразных стартапах, руководитель проектов, IT-консультант, фрилансер. В сфере IT c 1990 года. С 2000 года консультирует разнообразные интернет-стартапы по вопросам построения эффективных и безопасных серверных систем.

Другие доклады секции Кодогенерация