Articles tagged with 'macros'
Compile-time data contracts in Scala 3
38 min read • • Guide
Build Scala compile-time data contracts with macros, TypeInspector patterns, and policy-driven validation so schema drift fails at compile time instead of midnight in production
Scala 3: The Evolution of a Macro
60 min read • • Guide
Discover how a macro can evolve to reduce boilerplate in your code