Articles tagged with 'metaprogramming'
Guide to Scala 3 Macros
20 min read • • Guide
A long-form guide on Scala 3 macros - learn how to use them, how Scala macros work, and why they exist

Founder | Rock the JVM
Scala 3 Inlines Explained
10 min read • • Explanation
Learn Scala 3 inlines - a powerful tool for code expansion at compile time, which can improve type safety and (if you know what you're doing) performance

Founder | Rock the JVM