On 2012-07-23 08:35, Philippe Sigaud wrote:
On Sun, Jul 22, 2012 at 6:15 PM, Andrej Mitrovic

If you had
AST information about your entire D library you could do some really
cool things. You could make a better documentation generator than
ddoc, or export the AST into a file for a code-completion plugin, or
create a wrapper C library which enables other languages to use your D
library.

You could do macros. 'nuff said.

If I recall correctly, Scala uses its reflection API as a part off its macros.

--
/Jacob Carlborg


Reply via email to