About Go, D module naming

Rob T rob at ucora.com
Sat Dec 22 20:51:46 PST 2012


On Sunday, 23 December 2012 at 04:43:27 UTC, Rob T wrote:
> For dlopen() the default behavior is RTLD_LOCAL, which makes 
> all symbols from loaded libs private to their respective libs. 
> This is the default behavior to ensure predictable execution 
> behaviors, and it's the same default behavior that modules 
> should have.
>
> --rt

I meant:

"it's the same default behavior that private module members 
should have.", ie, they should not be visible outside of the 
module.



More information about the Digitalmars-d mailing list