Exploring Scala 3 Macros: A Toy Quoted Domain Specific Language
I’ve been wanting to learn Scala 3 macros for a while. They seem well supported and documented. However, I could not find a nice learning path. Most guides only provide toy examples of API architecture, but I haven’t found a guide that shows how to build a real macro with the full API.
Continue Reading