|
|
|
|
|
by pmarreck
3308 days ago
|
|
Nim's macros look harder to use, with a fairly custom DSL in the AST (instead of, say, a simple datastructure like a nested map). I don't think you can pattern-match on AST fragments, either, like you can in Elixir. Scala macros cannot change its syntax, Elixir macros can I believe (to some extent). |
|