Hacker News new | ask | show | jobs
by noelwelsh 1033 days ago
Scala macros and quasiquote templates do have some notable differences to pure strings. The two main ones are:

- the value that's constructed has to be valid code - macro "hygiene" is maintained