DIP78 - macros without syntax extensions
ZombineDev via Digitalmars-d
digitalmars-d at puremagic.com
Wed May 27 03:15:13 PDT 2015
On Tuesday, 26 May 2015 at 20:23:11 UTC, Kagamin wrote:
> http://wiki.dlang.org/DIP78 - Proposal for a macro system
> without syntactical extensions to the language. Hence it
> doesn't allow arbitrary syntax.
I really like how powerful and easy to use are AST macros in nim.
IMO, if D gets such, it would become the language with the best
meta-programming abilities D -> :D
Here's a nice presentation about them:
http://www.infoq.com/presentations/nimrod
More information about the Digitalmars-d
mailing list