Hacker News new | ask | show | jobs
by coldsauce 3383 days ago
If i recall correctly, they are planning to (or have already) remove macros in a newer version of Scala.
1 comments

Yeah, the current macro system will be replaced with scala-meta, which is a different macro system, but it hasn't happened yet. Scala-meta doesn't have def macros yet, so it's not ready.