Skip to main content

Scala-Compiler

Macros
·2 mins
Matt Moore
Scala Scala-Compiler
With a macro, we can treat programs as values, which allows us to analyze and generate them at compile time.
Compiler Plugins
·10 mins
Matt Moore
Scala Scala-Compiler
Extending the Scala compiler via plugins.