What Makes A Programming Language Good

Adam Ruppe destructionator at gmail.com
Wed Jan 19 05:56:17 PST 2011


Andrei wrote:
>  We need a package system that takes Internet distribution
> into account.

Do you think something like my simple http based system would work?

Fetch dependencies. Try to compile. If the linker complains about
missing files, download them from http://somewebsite/somepath/filename,
try again from the beginning.

There's no metadata, no version tracking, nothing like that, but
I don't think such things are necessary. Worst case, just download
the specific version you need for your project manually.


More information about the Digitalmars-d mailing list