Article: Why I use the D programming language for scripting

Jacob Carlborg doob at me.com
Mon Feb 1 09:36:15 UTC 2021


On Sunday, 31 January 2021 at 20:36:43 UTC, aberba wrote:
> It's finally out!
>
> https://opensource.com/article/21/1/d-scripting

FYI, the code will compile faster if you use `dmd -run` instead 
of `rdmd`. If you have multiple files that need to be compiled 
you can use `dmd -i -run`.

--
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list