Why I'm Excited about D

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 7 11:42:03 PDT 2015


On 04/07/2015 06:06 PM, Adam D. Ruppe wrote:
> In my web projects. I used compile time stuff sometimes too, but the
> runtime loading ultimately won out for the ease of editing by me and by
> the frontend team - they can edit html too without needing to worry
> about rerunning a compiler.

That's why I spent quite some time reducing that cycle and worked on a
dub watch command.

https://github.com/D-Programming-Language/dub/pull/388
https://code.dawg.eu/reducing-vibed-turnaround-time-part-2-less-compiling.html
https://github.com/D-Programming-Language/dub/pull/446

What's still missing is a faster AST interpreter for CTFE though.


More information about the Digitalmars-d mailing list