This document summarizes a presentation about Scala macros. It introduces macros in general and how they differ from macros in other languages like C. Macros in Scala are written in Scala and work with expression trees rather than text substitution. The presentation demonstrates a code sample that uses macros and discusses concepts like quasiquotes, typeclasses, and reflection which are important

{{#tags}}- {{label}}
{{/tags}}