Skip to main content

Scala-Compiler

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