On Tue, Nov 17, 2009 at 7:07 AM, bearophile <[email protected]> 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