New in C#4
bearophile
bearophileHUGS at lycos.com
Wed Oct 29 19:04:11 PDT 2008
Julio César Carrascal Urquijo:
> Actually Boo supported the same thing before them. Their IQuakFoo interface
> it's the equivalent of the IDinamicObject interface in C# 4.
When the LDC compiler works well (based on LLVM) I think the underlying VM may be used in ways similar to the dotnet VM or the JavaVM, so you can even think about putting in the D language more reflection, some native forms of dynamic generation and compilation of code, that today are possible in C#, macros like ones in Boo, etc.
Bye,
bearophile
More information about the Digitalmars-d
mailing list