Oddbean new post about | logout
 I might have managed to build my first Scala 3 macro that returns a raw AST ☺️

It captures `this` from the current scope as an implicit:

https://gist.github.com/alexandru/786520e5a89089234c5fc39fe1d16550

#Scala #Scala3 #Programming