Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 376 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 376 Bytes

Scala 3 Macro playground

Code supporting the talk on macros in Scala 3 I gave at the Mobimeo Scala Chapter Day.

Tagline: with great power comes great responsibility. This repository demonstrates things that are theoretically possible with macros, including ones that are bad ideas. (In other words, please do not actually write code that won't compile if it's raining.)