DIP11: Automatic downloading of libraries

Adam D. Ruppe destructionator at gmail.com
Wed Jun 15 08:52:12 PDT 2011


It occurs to me that you ought to treat network things identically
to local modules in every way...

dmd app.d ../library.d

just works. I propose:

dmd app.d http://whatever.com/library.d

should just work too - dmd would need only to recognize module name
starts with xxxx:// and pass it to the dget program to translate.


More information about the Digitalmars-d mailing list