On 5 October 2015 at 03:44, Jan Johansson via Digitalmars-d <[email protected]> wrote: > On Friday, 2 October 2015 at 02:25:21 UTC, Yaser wrote: >> >> Are there any critical frameworks or libraries that are holding you back >> in fully investing in D? Obviously I think D is an awesome language, but >> some frameworks/libraries hold me back, wish I could do everything in D. > > > I'd wish for attributes to be runtime available, not only compiler > directives. It could then be used for a number of interesting use cases, as > marshaling from and to different formats rather than through API. The > attributes could then be supported by libraries.
Anything compile time can be made available at runtime if your system calls for it.
