Walter Bright wrote:
Leandro Lucarella wrote:
I guess D can greatly benefit from a compiler that can compile and run
a multiple-files program with one command

dmd a b c -run args...

Can we have

dmd -resolve-deps-and-run main.d

I use rdmd when I can, but it doesn't manage to link C-libs in properly.

Reply via email to