Go: A new system programing language

Bill Baxter wbaxter at gmail.com
Tue Nov 17 08:45:24 PST 2009


On Tue, Nov 17, 2009 at 7:07 AM, bearophile <bearophileHUGS at lycos.com> wrote:
> Mike Hearn:
>
>>With a few minor improvements (eg namespace support) that'd save a lot of time.<
>
> This change to D language is not planned. You can explain why you think namespace support is useful (and you can explain those other minor improvements too).

To be more specific, Walter thinks is good enough namespace support
(in addition to the fact that every module is a namespace).

struct Namespace {
     static:
     // ...
}

If you need something more, then it would be great if you could explain it.

--bb



More information about the Digitalmars-d mailing list