Closed
Description
I often want to have a macro which can be user-customized. Currently we can pass constants to the macros but we cannot pass a class or a static method.
I give it a try today but it seems a bit hard to do. Another option is to use Reflection by allowing macro code to dynamically add new classes to its context.
Activity