On 5/7/2010 11:55, Walter Bright wrote: > Source code could look something like: > > import http.d_repository.foo.version1_23; > > and the compiler could interpret "http" as meaning the rest is an > internet url, foo is the package name, and version1_23 is the particular > version of it.
I like this. The only question is, how do you handle computers without an internet connection? -- Rainer Deyke - [email protected]
