On 6/17/2014 3:55 PM, Dicebot wrote:
Heh: http://forum.dlang.org/post/[email protected]
Yea, Nemerle's approach addresses that, although it comes with other tradeoffs. In Nemerle, you compile your macros to a dll, then you pass that dll to the compiler when compiling any code that uses the macros.
It has various pros/cons versus D's approach, but I think it's at least something worth being aware of.
