www.digitalmars.com         C & C++   DMDScript  

D - newby question

does D support (or will support)?:

- introspection:
ie:
- dynamical loading of class
- dynamicall call of property / method (found method by name)

- runtime compilation (my program, from user instruction, create a new class
code, compile it and use it all while running !)

- attribute on field/method/other:
like:
[AppearanceAttribute(Atype)]
int anItProperty;
this is great for automatic processing of plugin, property panel, etc ...
Jun 02 2004