Article: Why I use the D programming language for scripting

Paul Backus snarwin at gmail.com
Mon Feb 1 11:10:28 UTC 2021


On Monday, 1 February 2021 at 09:36:15 UTC, Jacob Carlborg wrote:
> 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

Unfortunately, you can't pass more than one command-line argument 
on a #! line.


More information about the Digitalmars-d-announce mailing list