Scala Macros Resources
Mostly Scala 2 material, as it's difficult to find
Videos
- "Philosophy of Scala macros" by Eugene Burmako (2013)
- Metaprogramming 2.0 by Eugene Burmako
- Easy Metaprogramming For Everyone!
- Quote or be Quoted
Documentation
Code
Presentations
- Philosophy Of Scala Macros
- What Are Macros Good For
- Macros Vs Types
- Rethinking Scala Macros
- Macro-based type providers in Scala
Blog
- Lots of little trees
- Lots of little trees, part 2
- Macro-supported DSLs for schema bindings
- Macro methods and subtypes
- Fake type providers, part 2
- Quasiquotes for multiple parameter lists
- Deriving incomplete type class instances
- Type classes and generic derivation
- Configuring generic derivation