Arc Forumnew | comments | leaders | submitlogin
1 point by ylando 5035 days ago | link | parent

Anyone have any ideas on how to allow macro indirection via namespaces without having first class macros?

You can do something similar to my class macros, see:

  http://arclanguage.org/item?id=12003
You only need to declare namespace instead of class and it will work.