proper code introspection

David Nadlinger see at klickverbot.at
Mon Jul 9 11:21:15 PDT 2012


On Monday, 9 July 2012 at 17:50:08 UTC, Gor Gyolchanyan wrote:
> I mean compile-time and run-time information like:
>  * What are the types this one can implicitly/explicitly 
> convert to/from?
>  * What are the instances of this template?
>  * What modules are being compiled and what modules do they 
> import?

These are not doable without breaking the encapsulation 
guarantees the module system provides right now.

David


More information about the Digitalmars-d mailing list