Fully dynamic d by opDotExp overloading

Christopher Wright dhasenan at gmail.com
Fri Apr 17 15:23:50 PDT 2009


Andrei Alexandrescu wrote:
> I think there's merit in binding via strings. It makes for very flexible 
> code that is future-proof, dynamic-linking-friendly, and hot-swappable 
> without recompiling (e.g. you don't need to recompile because you now 
> implement an interface etc.) Reflection is very useful as well.

I don't think you can implement an interface with opDotExp, since it has 
a different signature.



More information about the Digitalmars-d mailing list